Forum Moderators: coopster
I am learning PHP and was trying out the following code:
<?php print('<input type="text" name="person" value="' . $person . '" size="15" >');
?>
<?php
print('Hi ' . $person . '' );
?>
(This is not the complete code)
When I upload it, I only see "Hi" with no variable although I am inputting the variable and it shows in the URL of the file.
How can I solve this?
Thanks
php_info(). See Using Register Globals [us2.php.net] for more information.