Hello everyone,
When I call my mysql I write:
mysql_connect("localhost", "user", "code");
and it works. But I want to use a ip insted of localhost. If we say my ip is 255.255.255.255, what do I so have to write?
//Ulrik Q K
I have tried:
mysql_connect("http://255.255.255.255", "user", "code");
mysql_connect("255.255.255.255", "user", "code");