[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] PHP Guru needed



> > #$location= "home/sites/home/web/phpMyAdmin";

$location should be
$location="/home/sites/home/web/phpMyAdmin";
You forgot the leading slash - little things like this can and will
throw the following lines off, so try that and then tell me what it
says.

CarrieB