Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Conectarea la o baza de date MySql
#2
Eu Folosesc:

PHP Code:
<?php
//setari conectiune db
$hostname="localhost";
$username="utilizator_mysql";
$password="parola_utilizator_mysql";
$database="baza_de_date";

//conectiune server
$con=mysql_connect($hostname,$username,$password)
or die (
"<br /><b>Error: <font color='red'>Nu ma pot conecta severul SQL.</font></b>");

//selectarea db
$bazadate=mysql_select_db($database,$con)
or die (
"<br /><b>Error: <font color='red'>Nu gasesc baza de date.</font></b>");

?>
Reply


Messages In This Thread
Conectarea la o baza de date MySql - by hbunny - 05-27-2009, 05:30 PM
RE: Conectarea la o baza de date MySql - by Admin - 08-18-2009, 11:47 PM

Possibly Related Threads...
Thread Author Replies Views Last Post
  Securizare PHP, protectie MySQL injection si XSS Admin 0 9,592 03-10-2011, 05:16 PM
Last Post: Admin



Users browsing this thread: