RE: RE: [PHP] Problems with require() and variables

2003-01-16 Thread Ford, Mike [LSS]
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 16 January 2003 14:35 > To: [EMAIL PROTECTED] Copying this back to the list, in case anyone else can contribute (although I think the attachments will be stripped -- can you make them available on a URL?).

RE: [PHP] Problems with require() and variables

2003-01-16 Thread Ford, Mike [LSS]
> -Original Message- > From: Phil Powell [mailto:[EMAIL PROTECTED]] > Sent: 16 January 2003 04:33 > > I have view.php, a script that will include display.php and > have to manipulate the variables within display.php for itself. > > So in view.php I have: > > require('/.../.../display.ph

[PHP] Problems with require() and variables

2003-01-15 Thread Phil Powell
Consider this: I have display.php, a script that will do XML parsing into an array and display its contents. I have view.php, a script that will include display.php and have to manipulate the variables within display.php for itself. So in view.php I have: require('/.../.../display.php'); How