Hi, just started with this stuff - have set up database: duncanmatthews_zxq_net_mydbase.* from PhPAdmin, but can't connect to it.
Have set up user: duncan which becomes: duncanmatthews_zxq_net_duncan
Can anyone tell me what I am doing wrong below. It goes through to the die() part and shows me that message.
Take a look http://www.duncanmatthews.zxq.net/
<?php
$connection = @mysql_connect("www.hosting.zymic.com", "duncanmatthews_zxq_net_duncan", "I put user pwd here")
or die("Sorry unable to connect to MySQL");
echo("Congratulations - you connected to MySQL");
?>
Thanks clever people.