I'm trying to send some values to SQL, but the PDO does not work as it should, or I'm forgetting something, I'm new to using PDO.
Functional code example.
$conn = new PDO('mysql:dbname=config_database;host=127.0.0.1', 'root', '');
$...
asked by
11.06.2014 / 21:24