Thread
:
mysql and php dpn't connect
View Single Post
#
2
(
permalink
)
2006-06-16, 12:31 PM
Deus_m1k3
Junior Member
Join Date: Nov 2004
Posts: 13
try this.... instead of localhost set $dbhost to the ipaddress just 2 C what happens in the browser, also replace the:
mysql_select_db($dbname);
to
@mysql_select_db($basedatos,$conexion) or die("Error [0.1]: ". mysql_error());
READ YA
Deus_m1k3
View Public Profile
Find all posts by Deus_m1k3