Thanks - sorry if this is a double post -
I must have another problem so.. I'm not trying to access remotely.
below is my script :
<?php
$con = mysql_connect("www.agritest.x10.bz:3306","gowenx10_root","admin");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
// some code
?>...