| 
 Posted by Arjen on 06/23/06 13:31 
> ...I put the file here: 
> http://neoteric.us/test/test.php 
> where it works fine. 
>  
> ..and the exact same file here: 
> http://abate.veritynet.net/~d77/test/test.php 
> where it doesnt work at all. 
 
 
<?php print $test; ?> 
should be 
<?php echo $_POST['test'];?> 
 
check out register globals on the php website 
 
Arjen
 
  
Navigation:
[Reply to this message] 
 |