| Posted by frizzle on 06/19/90 11:30 
Try the following as a test:
 <?php
 
 echo $_POST['var'];
 
 ?>
 <form name="form" method="post" action="<?php echo $PHP_SELF; ?>">
 <input name="var" type="text" id="var">
 <input type="submit" name="Submit" value="Submit">
 </form>
 
 
 Your example didn't give any problems here btw.
 
 Frizzle.
  Navigation: [Reply to this message] |