If you let your script decide which page to load by examining 

$_POST['step']

You should get the desired behaviour.

Seems like you have 

register_globals = on

in your php.ini file and you're testing the variable $step (not the best
of practices)

Hope this helps.

Vincent

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

Reply via email to