Php page not loading.. help please

https://gklokam.000webhostapp.com

it was a admin page for quiz database.

Hi @aruncea
Can you post the contents of your .php file

config.php

<?php error_reporting(0); define('DB_SERVER', 'localhost'); define('DB_SERVER_USERNAME', 'id3075496_quizpower'); define('DB_SERVER_PASSWORD', 'aknakn123'); define('DB_DATABASE', 'id3075496_quizpower'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); tep_db_connect() or die('Unable to connect to database server!'); function tep_db_connect($server = DB_SERVER, $username = DB_SERVER_USERNAME, $password = DB_SERVER_PASSWORD, $database = DB_DATABASE, $link = 'db_link') { global $$link; if (USE_PCONNECT == 'true') { $$link = mysql_pconnect($server, $username, $password); } else { $$link = mysql_connect($server, $username, $password) or die("Database connection failed ". mysql_error()); if (!$link) { echo('Could not connect to database : ' . mysql_error()); exit; } mysql_select_db($database) or die(mysql_error()); $db = mysql_select_db($database, $link); } if ($$link) mysql_select_db($database); return $$link; } ?>

Are you using it for remote connection?

yes, using for remote connection

have more php files in the website/… needed to return like this http://arkayapps.com/quizpower/getleveliinfo.php

You cant use it here. Hence it is a free service and have limitation. If you want cheap service with 24/7 support then upgrade to

i needed to check the working before purchasing hosting…