On Monday, April 15, 2002, at 10:05  AM, Imar de Vries wrote:

> is there any reason why an included remote file does not return a
> variable?

Think of include() as a function that simply imports the data from the 
included file and inserts it directly into the script that is doing the 
including.  So, any variables that were available in your included file 
are now included in your script, although they are not "returned" in the 
sense that you are hoping for.

Erik




----

Erik Price
Web Developer Temp
Media Lab, H.H. Brown
[EMAIL PROTECTED]


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

Reply via email to