Posts by otavio augusto • 1 point
1 post
-
0
votes1
answer29
viewsA: data are not stored in the Database
try that code. NOTE: DON’T FORGET TO OPEN THE DB CONNECTION. /* Prepare an insert statement */ $query = "INSERT INTO post (titulo, conteudo, data) VALUES (?,?,?)"; $stmt =…