still stuck
hi,
again thanks for the prompt reply.
in index.php, i have not changed the relative path script. was i supposed to?
i have put the phpdig directory in my HTML subdirectory. i also tried it in the root directory, but i still got a blank page when calling the index.php except for the flags i've inserted.
the output i'm getting is:
we are here1
we are here2
after the introductory section of the code in index.php i have:
print "we are here1\n";
Header('Pragma: no-cache');
$relative_script_path = '..';
include "$relative_script_path/includes/config.php";
print "we are here2\n";
include "$relative_script_path/libs/auth.php";
print "we are here3\n";
// extract vars
extract( phpdigHttpVars(
array('message'=>'string')
));
print "we are here4\n";
thanks very much.
|