Hello,
I am just getting my feet wet in php and I have an issue right of the bat. I have a textbox that the user can enter things into and I want it to print on the other page. The code is just meant for my learning as of right now.
Thanks for all of your help.
I have the following code in a file called post.html
[php]
What I was hoping for was that if someone entered John, the script below would display “John”. The code below is in a file called “hiUser.php”. Both files are in the same directory.
I have a disconnect somewhere and I don’t see it.
[php]
You are using the <?php echo($browser);?> web browser.
<? $userName = $_REQUEST["$userName"]; print "User Name: $userName
"; ?> [/php]Also, how do I add screen shots. I tried using the image tags but I didn’t get anywhere.
Thank you so much!