Re: [PHP] Using POST to pass variables

2005-11-30 Thread EasyHorpak.com
use $_POST[btnSend]; to use post method - Original Message - From: "Todd Cary" <[EMAIL PROTECTED]> To: Sent: Thursday, December 01, 2005 11:50 AM Subject: [PHP] Using POST to pass variables When I have more than one button on a page, I us what I call a ree

[PHP] Using POST to pass variables

2005-11-30 Thread Todd Cary
When I have more than one button on a page, I us what I call a reentrant approach. That is the page calls itself. If the page is emailer.pgp, the the FORM tag would be At the top is Is there a better way to do this so I can use a POST form? Thank you... Todd -- PHP General Mailing List