Search results

  1. adityajoshi5

    How to set up my Domain

    I've got free hosting service from x10 Hosting and have got a top level domain name from a local provider. X10 website : http://10thdimension.x10.mx Domain : http://www.10thdimensionstudios.com/ The DNS provider set up forwarding service to my domain. But the problem with simple...
  2. adityajoshi5

    Cant connect to MYSQL through PHP

    Hello I've written this to connect mysql database thru php $host = "radiance.x10.mx"; $user = "radiance_****"; $pass = "********"; $db = "radiance_****"; $link = mysql_connect($host, $user, $pass); mysql_select_db($db, $link); I recieve the following error on webpage Warning...
Top