|
Hi All, I have just uploaded a script to my website but can anyone please tell me what I should type in the following to configure my database. do I leave the commas in when I type my settings in? I have been onto my hosting company but to no avail. Thanks
// set some variables
// Image directory! fill in! relative to root
$imageDir = '/slides/';
define('SERVERPATH', $_SERVER['DOCUMENT_ROOT'].$imageDir);
define('HTTPPATH', 'http://'.$_SERVER['HTTP_HOST'].$imageDir);
|