Re: Sending a variable
- From: Gunnar G <debian@xxxxxxxxx>
- Date: Wed, 31 Jan 2007 18:00:17 GMT
Notice the word essentialy ;-)That's not the only thing he missed.In foo.php I do (essentialy)
Now, anough teasing, let's help the OP:Oh my... I'm going to set fire to my old PHP programming book and get me one
$a000 & $Vtempfname will only be available in bar.php if register_globals
is enabled. This would not be a wise choice. To access the variables use
$_GET['a000'] & $_GET['Vtempfname'].
that covers PHP 5.
Thanks!
.
- Follow-Ups:
- Re: Sending a variable
- From: Rik
- Re: Sending a variable
- References:
- Sending a variable
- From: Gunnar G
- Re: Sending a variable
- From: Captain Paralytic
- Re: Sending a variable
- From: Rik
- Sending a variable
- Prev by Date: Re: Weird Permissions Problem With Includes
- Next by Date: Re: WAMP5, short tags and CLI PHP issue
- Previous by thread: Re: Sending a variable
- Next by thread: Re: Sending a variable
- Index(es):