I'm trying to use the include function in some PHP scripts, but when I do

include 'config.inc'; or include 'config.php;

It returns all the information in the file when I look at my test php 
file (which calls the include) Anyone know why this is?


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

Reply via email to