oki .. found
in case someone want to know
The mysql_connect function lets you specify any server you want. Just
insert the name of the host your MySQL Database is on, e.g
$conn=mysql_connect("www.yourhost.com","user","pas swd");
easy shit .. I though it could be like this
|