post your code.. please =)
A Anonymous Guest Feb 22, 2003 #2 php4.3 would have register_globals set to OFF in the .ini file, therefore accessing variables means having to reference the array then var name. echo $_POST'name']; or echo $_GET['name'];
php4.3 would have register_globals set to OFF in the .ini file, therefore accessing variables means having to reference the array then var name. echo $_POST'name']; or echo $_GET['name'];
A Anonymous Guest Feb 23, 2003 #3 actually you first have to add a value to your <INPUT TYPE="text" NAME="username" VALUE=\"" . $_GET['username']>
actually you first have to add a value to your <INPUT TYPE="text" NAME="username" VALUE=\"" . $_GET['username']>
A Anonymous Guest Feb 23, 2003 #4 I wouldn't reccomend having the username within the URL http://www.php-forum.com/p/viewtopic.php?t=1483
I wouldn't reccomend having the username within the URL http://www.php-forum.com/p/viewtopic.php?t=1483