i actaully did that.. and for some unknown reason it displayed the variables to the screen..
eg.
..
<? include(../inc/connect.inc); ?>
mysql_connect($server, $user, $pass);
..
then i mucked around a little trying to see what it was doing.. byt echo'ing some of the variable values.. and it was still printing all of the values to the screen in a list eg.
$user = "joebloe"; $server = "localhost"
etc..
so i am a little bewildered