-----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-
<a href =\"'http://www.example.com/view.php?offset=0\";>Test</a>

- 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?option=view&offset=$offset';
>>> change your single quotes to double quotes.


- guestbook.php -
$offset gets value "$offset" instead of "0"
$option has correct value, "view"

How do I write my include so it works?
Would appriciate som help.

Regards,

Pete

---------------------------------------------
Zareef Ahmed :: A PHP Developer in Delhi (India)
Homepage :: http://www.zasaifi.com


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.778 / Virus Database: 525 - Release Date: 10/15/2004
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to