hi i can't understand whats missing here.thou i knew this ques is asked many times i couldn't find an ans for it.
----------------------------- <form method=get action="stuinfo.php"> firstname: <input type="text" name="fname" size="15"> this is te html scrript ---------------------------- and the php code is <? $fname=$_GET['fname']; echo "$fname"; ?> ----------------------- but on executing this i get a blank page what might be the error suman -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php