Hi,
I'm reusing a form that is supposed to connect to my database, but it keeps giving me the same error:
On line 60 this is what it says:Quote:
Warning: mysql_connect() [function.mysql-connect]: Unknown MySQL server host 'surftowndk' (1) in /home/www/wearecrunch.dk/gammelsjuf/ajax/register-process.php on line 60
You can see what I meen if you go to:Code:
$db_conn=mysql_connect($mydb19.surftown.dk, $adamkis_adam, $mypass);
http://wearecrunch.dk/gammelsjuf/
and then click register and fill in the form with random txt and click register at the bottom.
Then the error messages will appear.
I hope someone in here can help me.
Thank you :)
