Posts by Tiago Teixeira • 3 points
3 posts
-
0
votes1
answer1887
viewsQ: Calling delete function on onclick button
I want to press the DELETE button and delete X database data this is my product type.php <?php require("header.php"); ?> <?php require("menu.php"); ?> <?php require…
-
0
votes1
answer356
viewsQ: Anchor scrolling
I need to make an anchor on my website and at the moment I have the following script: <script> $(document).ready(function() { window.location.href='#foo'; }); </script> It directs the…
-
0
votes1
answer48
viewsQ: SQL with PHP - SELECT problem
I have an album, as soon as I click on the album, is to appear only the photos that are in the database with the id of the selected album, I click on the album and this coming the photos of the…