Apreciere cod daca e corect
Scris: Dum Oct 18, 2015
imi poate spune cineva daca codul de jos e corect
Multumesc Frumos
Cod: Selectaţi tot
<?php
require_once 'hot-libs/smarty/Smarty.class.php';
require_once 'hot-includes/constants.php';
require_once 'hot-includes/config.php';
require_once 'hot-includes/functions.php';
//CONFIGURATION SECTION STARTS ///
$servername='localhost' ; // Replace this 'localhost' with your server name
$database_username='rohostin_host1'; // Replace this with your username
$database_password='hostfile'; // Replace this with your password
$database_name='rohostin_hostfile'; // Replace this 'db' with your database name
// CONFIGURATION SECTION ENDS ////
mysql_connect($servername,$database_username,$database_password);
mysql_select_db($database_name);
?>