i sound so stupid but how do you set it up? this is my first time encountering with PHP..i don't know how to set it up, even after reading the instructions...anyone? please?
1)does your host support php?
2)does your host support mysql ?
to see the first use a script like this
<?php
phpinfo();
?>
(if you see a mysql section in the table everything is allright)
if you have all the above features open the config.inc.php file and change this variables
$GB_DB["dbName"] = ""; //database name
$GB_DB["host"] = "localhost"; //database server
$GB_DB["user"] = ""; mysql username
$GB_DB["pass"] = ""; mysql password
save it and point your browser to the installation script