connection to database

<?php

$host = "localhost";

$user = "root";

$pass = "";

$conn = mysql_connect($host, $user, $pass);

$db=mysql_select_db('colors2web') or die(mysql_error());

?>

Comments

Popular posts from this blog

Opencart error: Notice: Trying to access array offset on value of type null in ..../vendor/scss.inc.php on line 1753

Creating Class Templates

Fixed: Opencart installation error linux: warning: fopen(system/storage) failed to open stream: Permission denied