i m tryin 2 recieve value from a posted from but this code is not working.....form is posted through post method...and having a text field named "txtName"....the folowing is the recieving script...which is recieving and printing the value eneted in the text box field....but.....
<?php
print($txtName);
?>
the script is giving the following warning...
Warning: Undefined variable: txtName