Re: PHP not passing variables?
- From: yerk5@xxxxxxxxxxx
- Date: 23 Jun 2006 09:16:25 -0700
Ahh I see. Sorry for being so noobish. Thanks again!
Arjen wrote:
...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
.
- References:
- PHP not passing variables?
- From: yerk5
- Re: PHP not passing variables?
- From: Arjen
- PHP not passing variables?
- Prev by Date: Re: parse_ini_file fails - why?
- Next by Date: Issues with array counts
- Previous by thread: Re: PHP not passing variables?
- Next by thread: Issues with array counts
- Index(es):