Search results

  1. D

    Ozeki script running on localhost but wont send when uploaded in x10hosting

    Hi.. I created a php page that send sms with ozeki scripts.. It works well on localhost but when i uploaded it in x10 it does not send sms.. any solutions will be appreciated you can give to solve my problem.. thanks in advance.. ---------- Post added at 03:01 PM ---------- Previous post was...
  2. D

    SMS script in PHP

    Hello guys! Can I ask if someone here knows how to send SMS in Mobile Phones using php script?.. Hope you can post some ideas here.. thanks in advance..
  3. D

    cant access my database

    thanks descalzo.. it's working now .. :biggrin:
  4. D

    cant access my database

    when i log in it stops here and i see only blank page http://delapazhigh.x10.mx/admin/login.php.. i just disabled the session if you try saving some record its not stored in the database.. really cant figure out whats wrong but in my pc using xammp its work just fine..
  5. D

    cant access my database

    i already uploaded the files in x10hosting.. but i cant access the database.. tried also localhost <?php $lochost1="localhost; $username1="delapazh"; $password1="mypassword"; $database1="delapazh_dbhigh"; mysql_connect($lochost1,$username1,$password1); @mysql_select_db($database1) or die(...
  6. D

    cant access my database

    hi can help me.. i cant access my database.. it seems my connection parameters are wrong.. can help me sir here's my code: <?php $lochost1="delapazhigh.x10.mx; $username1="delapazh@localhost"; $password1="mypassword"; $database1="delapazh_dbhigh"...
  7. D

    cant proceed to home page after login

    hi can ask for some help.. i already uploaded my site but my page stuck at login here is my dbconnection code: <?php $lochost="localhost"; $username="root"; $password=""; $database="dbdelapaz"; mysql_connect($lochost,$username,$password); @mysql_select_db($database) or die( "Unable to...
Top