Re: PHP not passing variables?



...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
.