RE: [PHP] 3rd include

2001-08-08 Thread Mark Roedel
-Original Message- From: Drew P. Vogel [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 8:51 PM To: [EMAIL PROTECTED] Subject: [PHP] 3rd include Has the 3rd include bug (where variable definitions are lost at the 3rd include), been fixed yet? The obvious way to

RE: [PHP] 3rd include

2001-08-08 Thread Johnson, Kirk
Has the 3rd include bug (where variable definitions ar lost at the 3rd include), been fixed yet? --Drew Vogel Drew, I hadn't heard about this one. If you find anything, would you please post back your results to the list? TIA Kirk -- PHP General Mailing List (http://www.php.net/) To

RE: [PHP] 3rd include

2001-08-08 Thread Drew P. Vogel
I searched the database and did not find anything. I was not sure if the bug could possibly be entered under a different title, though. It is discussed in the manual errata for the include() function, so I would assume the developers at least know of it. --Drew Vogel On Wed, 8 Aug 2001, Mark

RE: [PHP] 3rd include

2001-08-08 Thread Mark Roedel
PM To: Mark Roedel Cc: [EMAIL PROTECTED] Subject: RE: [PHP] 3rd include I searched the database and did not find anything. I was not sure if the bug could possibly be entered under a different title, though. It is discussed in the manual errata for the include() function, so I would

RE: [PHP] 3rd include

2001-08-08 Thread Drew P. Vogel
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 08, 2001 12:13 PM To: Mark Roedel Cc: [EMAIL PROTECTED] Subject: RE: [PHP] 3rd include I searched the database and did not find anything. I was not sure if the bug could possibly be entered under a different title, though. It is discussed

RE: [PHP] 3rd include

2001-08-08 Thread Mark Roedel
-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

RE: [PHP] 3rd include

2001-08-08 Thread Drew P. Vogel
: [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

RE: [PHP] 3rd include

2001-08-08 Thread Mark Roedel
-Original Message- From: Drew P. Vogel [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 08, 2001 3:14 PM To: Mark Roedel Cc: [EMAIL PROTECTED] Subject: RE: [PHP] 3rd include If a file is included from within a function, this would limit the variable cope of this file

RE: [PHP] 3rd include

2001-08-08 Thread Matthew Loff
To: Drew P. Vogel Cc: [EMAIL PROTECTED] Subject: RE: [PHP] 3rd include -Original Message- From: Drew P. Vogel [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 08, 2001 3:14 PM To: Mark Roedel Cc: [EMAIL PROTECTED] Subject: RE: [PHP] 3rd include If a file is included from within

RE: [PHP] 3rd include

2001-08-08 Thread Drew P. Vogel
Kissinger On Wed, 8 Aug 2001, Mark Roedel wrote: -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