MySQL Forums
Forum List  »  Perl

Re: MySql, Perl, and HTML Update function not working
Posted by: adam gruber
Date: February 03, 2013 11:11AM

Sorry for the confusion but the output for the print $query command was: update address set name_first = 'asdf', name_last = 'Watson', address_01 = '123 Golf Course Lane', address_02 = 'Suite A', address_city = 'Macon', address_state = 'GA', address_postal_code = '31066' where serial = ; 

So it appears that the serial # is not getting passed through but in looking at the.code, I cannot figure out why...

Options: ReplyQuote


Subject
Written By
Posted
Re: MySql, Perl, and HTML Update function not working
February 03, 2013 11:11AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.