[snip]
Hi can any one show me how make another form appear below another once the
1st form has been submitted.
[/snip]

post to PHP_SELF and test for population of original form parts

if('' != $_POST['name'] etc.){
   echo all of the other form parts;
}

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

  • RE: [PHP] forms Jay Blanchard

Reply via email to