Re: PHP not passing variables?
- From: Arjen <dont@xxxxxxx>
- Date: Fri, 23 Jun 2006 15:31:35 +0200
...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
.
- Follow-Ups:
- Re: PHP not passing variables?
- From: yerk5
- Re: PHP not passing variables?
- References:
- PHP not passing variables?
- From: yerk5
- PHP not passing variables?
- Prev by Date: PHP not passing variables?
- Next by Date: Re: parse_ini_file fails - why?
- Previous by thread: PHP not passing variables?
- Next by thread: Re: PHP not passing variables?
- Index(es):