[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] PHP Guru needed
- Subject: Re: [cobalt-users] PHP Guru needed
- From: "Carrie Bartkowiak" <ravencarrie@xxxxxxxx>
- Date: Mon Jun 25 11:49:00 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> > #$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