Newbies ilo Posted August 9, 2004 Newbies Posted August 9, 2004 Hi all, this is my first post to this forum. I'm a beginnger in using Filemaker with FX.php. The problem that I'm having is that I have a auto increment field [like a index] but when I try to enter information from a form on the web I get this error. XML error: mismatched tag at line 120 I do not know how to take care the increment stuff. Here is my code: $myQuery->AddDBParam('ID','1'); //is this necessary? $myQuery->AddDBParam('Name',$first_last_name); $myQuery->AddDBParam('Phone Number',$phone); $myQuery->AddDBParam('Email',$email); $myQuery->AddDBParam('Date Requested',$date_requested); $myQuery->FMNew();
new comer Posted August 9, 2004 Posted August 9, 2004 You don't need the 1st line. FM will take care of that "ID" field.
Recommended Posts
This topic is 7488 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now