I write:
mysql_connect('localhost', 'root', 'password')
which works fine, but I want to reference the IP number instead referencing localhost, like so:
mysql_connect('111.222.333.444', 'root', 'password')
and this doesn't work!!!! why![]()
This has been bothering me for a few days now, and I need to get this fixed, it is driving me insane!!![]()
if you can help me, you'll be my hero!!!![]()







Bookmarks