Re: [PHP] passing GET via include

2007-05-04 Thread Richard Lynch
On Fri, May 4, 2007 2:22 am, Mark Smith wrote: > Is there a way to allow the passing of variables to included scripts > using the GET method, for example include"file.php?name=person"; or is > there another method of including files that allow you to do this. I > have attempted to do this without s

Re: [PHP] passing GET via include

2007-05-04 Thread Tijnema !
On 5/4/07, Oliver Block <[EMAIL PROTECTED]> wrote: Am Freitag, 4. Mai 2007 09:22 schrieb Mark Smith: > Hello all, > Is there a way to allow the passing of variables to included scripts See it another way: The includED script will be part of the includING script. ---includeme.inc

Re: [PHP] passing GET via include

2007-05-04 Thread Oliver Block
Am Freitag, 4. Mai 2007 09:22 schrieb Mark Smith: > Hello all, > Is there a way to allow the passing of variables to included scripts See it another way: The includED script will be part of the includING script. ---includeme.inc- ---includer.php--

RE: [PHP] passing GET via include

2007-05-04 Thread Edward Kay
> -Original Message- > From: Mark Smith [mailto:[EMAIL PROTECTED] > Sent: 04 May 2007 08:23 > Hello all, > Is there a way to allow the passing of variables to included scripts > using the GET method, for example include"file.php?name=person"; or is > there another method of including files

Re: [PHP] passing GET via include

2007-05-04 Thread Miguel J. Jiménez
Mark Smith escribió: Hello all, Is there a way to allow the passing of variables to included scripts using the GET method, for example include"file.php?name=person"; or is there another method of including files that allow you to do this. I have attempted to do this without success, I just get

[PHP] passing GET via include

2007-05-04 Thread Mark Smith
Hello all, Is there a way to allow the passing of variables to included scripts using the GET method, for example include"file.php?name=person"; or is there another method of including files that allow you to do this. I have attempted to do this without success, I just get a message saying the