in index.php i have
<?php
session_start();
include 'includes/config.php' ;
?>
and in includes/config.php
<?php
mysql_connect('localhost','databasename','databasepassword');
mysql_select_db('databasename');
mysql_query('SET CHARACTER SET utf8');
mysql_query('SET NAMES utf8');
$apiurl='https://mydomain/api/index.php';
$apiurlemail='https://mydomain/email';
?>
when i upload files to my hosting, change config.php to my newly created database(where i imported sql) wont show anything