Library
Tap on the images to delete or open them.
-
prepare("SELECT * FROM tbl_prompts WHERE cust_id=$user_id ORDER BY date DESC");
$statement->execute();
$result = $statement->fetchAll(PDO::FETCH_ASSOC);
foreach ($result as $row) { ?>
-