Re: pass value to next page

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



you could also do this all on one page... with different if statments to direct which part of the process your actually in.

if (processone) {
blah...
blah...
}

if (processtwo) {
blah...
blah...
}

this is how all of my pages work, to an extent, and it make things much easier not having to pass variables from page to page. hope it helps.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux