Jump to content
  • 0

Problema panel


NeRo

Question

2 answers to this question

Recommended Posts

  • 0

<?php
$link = mysql_connect('127.0.0.1', 'root', '') or die("Nu se poate efectua conexiunea MYSQL.");
mysql_select_db('numele care l-ai pus la baza de date din 127.0.0.1/phpmyadmin', $link);

$dbh = new PDO('mysql:host=127.0.0.1;dbname=aici pui acelasi nume ca mai sus(cel din phpmyadmin);charset=utf8', 'root', '');


?>

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.