RE: [PHP] Send variable in include()

2004-10-20 Thread Zareef Ahmed
-Original Message- From: Pete [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 20, 2004 10:36 PM To: [EMAIL PROTECTED] Subject: [PHP] Send variable in include() I'm trying to send a variable an include that is recieve from another page: - navi.php- http://www.example.com/vie

Re: [PHP] Send variable in include()

2004-10-20 Thread John Nichel
Pete wrote: I'm trying to send a variable an include that is recieve from another page: - navi.php- http://www.example.com/view.php?offset=0\";>Test - view.php - I recieve $offset with avalue of "0" nicely, "echo ("$offset");" will show a value. Now a do this: include 'http://www.example.com/guest

[PHP] Send variable in include()

2004-10-20 Thread Pete
I'm trying to send a variable an include that is recieve from another page: - navi.php- http://www.example.com/view.php?offset=0\";>Test - view.php - I recieve $offset with avalue of "0" nicely, "echo ("$offset");" will show a value. Now a do this: include 'http://www.example.com/guestbook.php?o