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

