RE: [PHP] How can I suppress my variables from showing up in the address bar?

2001-10-02 Thread Jack Dempsey
use METHOD=POST in your form -Original Message- From: Salty Marine [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 02, 2001 1:57 PM To: [EMAIL PROTECTED] Subject: [PHP] How can I suppress my variables from showing up in the address bar? Greetings to All of You on the List: How can

Re: [PHP] How can I suppress my variables from showing up in the address bar?

2001-10-02 Thread paharito
Like this: FORM METHOD=post Whit post, the variables are not shown. You maybe use this: INPUT TYPE=hidden NAME=the_name VALUE=? echo $var; ? ;) - Original Message - From: Salty Marine [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 02, 2001 7:57 PM Subject: [PHP] How