Thanks for replay, sorry for my poor english.
Can you suggest me any pagination script that will work on this mysqli script. I tried to use some pagination scripts but it wont work, and same pagination scripts work nice with other upload scripts.
User Profile
Collapse
-
Code:<?php // Make sure an ID was passed if(isset($_GET['id'])) { // Get the ID $id = intval($_GET['id']); // Make sure the ID is in fact a valid ID if($id <= 0) { die('The ID is invalid!'); } else { $dbLink = $dbLink = mysql_connect("localhost", "root", "") or die (mysql_error()); mysql_select_db("databese1",
Leave a comment:
-
Hello,
I now this is old script, but this is what I really need.
Im beginner and I tried to edit this, I want mysql, and everything works fine except 'get_file.php'. It says 'Error! No image exists with that ID.'; I cant get ID
Please can you help me with this.
I will paste my code, if you have a time please look into that and help.Leave a comment:
No activity results to display
Show More
Leave a comment: