Form and Results on same page, along with a echo.
Okay... I am trying to make a simple php page. All I want it to do, is for the user to enter his/ her name, and a php script echos the name out to the same page. The form would be submitted, then the form would switch places (disappear) and the echo would print the name. It would be nice to see the name appear on every page I place the code on. It would also be even better if the page prompts the user for their name, then it appears on every page I place the code on.
|