Posts by user39121 • 1 point
1 post
-
0
votes1
answer29
viewsQ: stmt prepare me nothing appears to me
I have this code to print the data on the page coming from the database: <?php session_start(); include "conection.php"; $id_login = $_SESSION["id_login"]; $stmt =$db->prepare("select…