Re: [PHP] Passing values from one page to another

2003-08-25 Thread Chris Shiflett
--- murugesan <[EMAIL PROTECTED]> wrote: > Enter ... > > http://www.php.net/register_globals Chris = Become a better Web developer with the HTTP Developer's Handbook http://httphandbook.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.p

[PHP] Passing values from one page to another

2003-08-25 Thread murugesan
Hello all, [snip] //Page0.php Enter //page1.php function submitform() { //Check for empty values in text box } > --