[FX.php List] Basic help
Bob Patin
bob at patin.com
Tue May 27 21:43:17 MDT 2008
You're missing some quotes; it should look like this:
> $edit_account->AddDBParam( Bride_Email, $Bride_Email);
> $edit_account->AddDBParam( Bride_Password, $Bride_Password);
Instead of the above, it should be
$edit_account->AddDBParam( 'Bride_Email', $Bride_Email);
$edit_account->AddDBParam( 'Bride_Password', $Bride_Password);
The field names need to be in single or double-quotes.
Bob Patin
Longterm Solutions
bob at longtermsolutions.com
615-333-6858
http://www.longtermsolutions.com
FileMaker 9 Certified Developer
Member of FileMaker Business Alliance and FileMaker TechNet
CONTACT US VIA INSTANT MESSAGING:
AIM or iChat: longterm1954
Yahoo: longterm_solutions
MSN: tech at longtermsolutions.com
ICQ: 159333060
--------------------------
Contact us for FileMaker hosting and programming for all versions of
FileMaker
PHP • CDML • Full email services • Free DNS hosting • Colocation •
Consulting
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.iviking.org/pipermail/fx.php_list/attachments/20080527/108c57f1/attachment.html
More information about the FX.php_List
mailing list