Help,
First I installed version 3.1.1, no db- connection. removed it and installed 2.6, no db-connection. Am i doing something wrong. I changed the settings in the config file to :
$dbname = "adresboek"; $dbserver = "localhost"; $dbuser = "root"; $dbpass = "**";
the files are stored in a folder adresboek, in my wwwroot. I can access them using IE but I get following text:
mobile->work $phone = ($myrow["home"] != "" ? $myrow["home"] : ($myrow["mobile"] != "" ? $myrow["mobile"] : $myrow["work"])); $phone = str_replace("'", "", str_replace('/', "", str_replace ....
anybody sugestions???
Dear SimSys01,
Does your Mysql work fine?
Regards Olivier
Log in to post a comment.
Help,
First I installed version 3.1.1, no db- connection.
removed it and installed 2.6, no db-connection.
Am i doing something wrong. I changed the settings in the config file to :
$dbname = "adresboek";
$dbserver = "localhost";
$dbuser = "root";
$dbpass = "**";
the files are stored in a folder adresboek, in my wwwroot.
I can access them using IE but I get following text:
mobile->work $phone = ($myrow["home"] != "" ? $myrow["home"] : ($myrow["mobile"] != "" ? $myrow["mobile"] : $myrow["work"])); $phone = str_replace("'", "", str_replace('/', "", str_replace ....
anybody sugestions???
Dear SimSys01,
Does your Mysql work fine?
Regards
Olivier