View Single Post
  #2 (permalink)  
Old 2006-06-16, 12:31 PM
Deus_m1k3 Deus_m1k3 is offline
Junior Member
 
Join Date: Nov 2004
Posts: 13
Deus_m1k3
Default

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
Reply With Quote