Posts by Nelito Gomes • 56 points
1 post
-
4
votes1
answer346
viewsA: Error using PDO prepare() function
It would be nice if you posted all the code for further clarification. Anyway, try to improve the code for the connection. <?php if(!defined("HOST")){ define('HOST','localhost'); }…