Hey,
I want to write data in a mysql database on another server but don't now how I can do this because I write always data localhost.
$db=mysql_connect("localhost",$user,$pass);
must i set the webadres of the server where now is localhost?
Must i make changes in the setting of my database on the other server to accept not localhost connection. How can I do this with phpmyadmin?
I hope someone can help me with this.
kind regards,
bram

