Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello Guys, i am in very trouble please help me my problem is that last month i have purchase mc real state script from codecanyon and after 1 month i need to use this script in my project and the problem is i dont know how to fill up database details in connection.php please help me and tell me where i need to enter db name user name pass etc please\
thanks in advance

What I have tried:

<?php
error_reporting(0);
session_start();  
mysql_connect("localhost","u585511053_build","samyemad");
mysql_select_db("u585511053_build");
mysql_query("set character_set_server='utf8'"); 
mysql_query("set names 'utf8'");


?>
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900