Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- include("database.php");
- $imageLink = $_POST["image"];
- $image = $db->query("SELECT * FROM images ");
- $db->query("UPDATE images SET image_clicked = image_clicked + 1 WHERE image_name LIKE '$imageLink'");
Advertisement
Add Comment
Please, Sign In to add comment