hi!
i have an apache2 running locally with a php-module which works fine. what i want to do now is to connect to an online mysql-db-server (without success). do i have to have mysql installed on my system where the apache runs? which wouldn't sound very logical to me...
i just can't make a connection to the db... this is my code:
$link = mysql_connect("host", "user", "pwd"
or die("could not connect to db-server!"
i keep getting "could not connect to db-server!"...
do i need a driver for this?
cya
fag patrick.metz@epost.de
i have an apache2 running locally with a php-module which works fine. what i want to do now is to connect to an online mysql-db-server (without success). do i have to have mysql installed on my system where the apache runs? which wouldn't sound very logical to me...
i just can't make a connection to the db... this is my code:
$link = mysql_connect("host", "user", "pwd"
or die("could not connect to db-server!"
i keep getting "could not connect to db-server!"...
do i need a driver for this?
cya
fag patrick.metz@epost.de