Jump to content

This topic is 7488 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

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();

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.