Im realy new into this php and android online database thing,So I really ask to somebody to fix my problem.
Im using mysqli_connection and I need my host name for this query ;
$con = mysqli_connect($host,$user,$password,$db);
But the problem is I dont know what is my host my phpMyAdmin site look like this https://hike.veridyen.com:2083/ and I'm entering my site from this url;
so what is my host name please ?
If you are using a shared hosting it should be located as follow:
After creating your database, you can find its details, including its hostname, in your control panel.
Log in to your GoDaddy account.
- Click Web Hosting.
- Next to the hosting account you want to use, click Manage.
- In the Databases area, click MySQL or MSSQL depending on the database type for which you want the host name.
- From your list of databases, click Actions next to the database you want to use, and then click Details.
Your database's details displays including its username, host name, and a link to reset its password.
Instructions above are for GoDaddy, but should give you a general sense of direction.