> -----Original Message-----
> From: Drew P. Vogel [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 08, 2001 2:19 PM
> To: Mark Roedel
> Cc: [EMAIL PROTECTED]
> Subject: RE: [PHP] 3rd include
> 
> 
> You're right. It is not discuessed there. My memory served me 
> incorrectly.
> 
> In index.php (the file loaded by php), 
>       echo( $HTTP_POST_VARS["last_name"] );
> will print the variable contents, but in save_script.php 
> (the 3rd file included) the same function call will print
> nothing.

Are you quite sure there's not something else going on here?  (An issue
of the $HTTP_POST_VARS array being out-of-scope inside a function, for
example?)  I'm sure I would have run into this behavior by now if it
were a system bug.

For whatever it's worth, I just did a test, with includes nested ten
deep, and $HTTP_POST_VARS kept its value at every level.  (PHP 4.0.6,
Apache 1.3.20, FreeBSD 4-Stable)


---
Mark Roedel ([EMAIL PROTECTED])  ||  "There cannot be a crisis next week.
Systems Programmer / WebMaster  ||   My schedule is already full."
     LeTourneau University      ||                    -- Henry Kissinger


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to