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

[PHP] problems with require

2001-08-17 Thread Martín Marqués
I'm having problems with the require_once command. I have an ini_set, changing my include_path variable, but the starge thing is that some files get included and others don't, and I have to right the full relative path. Any ideas on what that can be? It's on a PHP-4.0.4pl1. Saludos... :-) --