Hi,
I've created a from that pulls data from a database ok, but now need to populate a form by a different method.
I want to use two parameters to populate the form, one called email and one called page.
The sql search for this would be
$query = "SELECT * FROM $DATABASE.$TABLE WHERE email = '$email' AND page = '$page'";
I see that there is the option under the advanced tab to enter an sql statement, so I entered
"email = 'email' AND page = 'page' but it does not appear to be working.
How can I save to the db using these parameters as well?
I can sit down and write the php but prefer to use chronofomrms!
Many thanks for your help,
All the best,
Derek
I've created a from that pulls data from a database ok, but now need to populate a form by a different method.
I want to use two parameters to populate the form, one called email and one called page.
The sql search for this would be
$query = "SELECT * FROM $DATABASE.$TABLE WHERE email = '$email' AND page = '$page'";
I see that there is the option under the advanced tab to enter an sql statement, so I entered
"email = 'email' AND page = 'page' but it does not appear to be working.
How can I save to the db using these parameters as well?
I can sit down and write the php but prefer to use chronofomrms!
Many thanks for your help,
All the best,
Derek
Hi Derek,
How do you get the "page" and "email" values ? are they dynamic ?
Regards,
Max
How do you get the "page" and "email" values ? are they dynamic ?
Regards,
Max
This topic is locked and no more replies can be posted.