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

Reply via email to