[PHP] use web hyperlink to insert data into MySQL?

2003-04-01 Thread Levi Zander
I am trying to use PHP to create a hyperlink button that writes data to MySQL database and sends the user to a new page.. is this possible? if so would you post the syntax/site where I can find out how to do this... thx! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] use web hyperlink to insert data into MySQL?

2003-04-01 Thread Hugh Danaher
tampering. You'll need to evaluate the input to determine that it's what you expect. Hugh - Original Message - From: Levi Zander [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 12:21 PM Subject: [PHP] use web hyperlink to insert data into MySQL? I am trying to use

RE: [PHP] use web hyperlink to insert data into MySQL?

2003-04-01 Thread John W. Holmes
I am trying to use PHP to create a hyperlink button that writes data to MySQL database and sends the user to a new page.. is this possible? if so would you post the syntax/site where I can find out how to do this... thx! Do you want a hyperlink or a button? You can't have both. Whether you add