August 9, 200421 yr Newbies 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();
Create an account or sign in to comment