Online Database Import for Website Error Remove and Access of Data

When we are working with offline website after we upload our website Online. There are many error while using database e.g Access is denied etc. You use this connection for database then your error is solved.
use this code for access of data.

localhost = "localhost";
username="e.g website name";
password="password of your website";
database="e.g database address";
<?php
mysql_connect("localhost","username","password");
mysql_select_db("database");
?>

Post a Comment

Total Pageviews