what everyone is trying to say is that it goes automatically..

ie
.
>test.php
------------------------------
$blah=10;
include "whatever.php";


>whatever.php
-------------------------
echo "The value of blah is: {$blah}";


It just keeps the variable since it's global..

When ur using a function. It can be different, since you have to
import these variables.

Warm regards,
EMile Bosch

"Evansville Scene" <[EMAIL PROTECTED]> wrote in message
001001c1a870$353b3240$6401a8c0@amd">news:001001c1a870$353b3240$6401a8c0@amd...
I'm having problems passing variables into included PHP files.  How can I do
this?




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to