Posts by Vinicius Fernandes • 1 point
2 posts
-
0
votes0
answers22
viewsQ: Syntax error, Mysql trigger executed by php
Could someone please tell me where I’m going wrong with my Rigger’s creation Trigger $sql = "DELIMITER $$ CREATE TRIGGER produtos_movto_insert AFTER INSERT ON produtos_movto FOR EACH ROW BEGIN IF…
-
0
votes2
answers76
viewsA: PHP+MYSQL file filter
Good from what I understand you would like to list the names of the recorded images for the user to click and open the image. In this case you would make a simple query in the Database and list the…