Re: [PHP-WIN] Using PHP to reload a page w/variable.

2003-11-20 Thread H Marc Bower
If I understand what you're trying to do correctly, I would have the form action come back to the same page, where verification is done. At the top, you could have a big "if the page has been submitted, execute this code" section where it does verification of the data. If the data is ok, it can d

Re: [PHP-WIN] Using PHP to reload a page w/variable.

2003-11-20 Thread Luis Moreira
Hi. In PHP you evaluate a string with "string comparison" functions. It is viewed in asterisks, but passed quite normally. As for the rest, you start by checking a variable on your page, and if it denotes an error on a password, echo your message and proceed to read it again, and the

Re: [PHP-WIN] Using PHP to reload a page w/variable.

2003-11-19 Thread Ignatius Reilly
Investigate the PEAR Quickform package. http://pear.php.net/manual/en/package.html.html-quickform.php _ - Original Message - From: "Roderick Martin" <[EMAIL PROTECTED]> To: "'PHP Help Desk'" <[EMAIL PROTECTED]> Sent: Wednesday, November 19, 2003 20:37 Subject: [PHP