User Profile

Collapse

Profile Sidebar

Collapse
mysqlquery
mysqlquery
Last Activity: Mar 13 '13, 11:11 PM
Joined: Mar 8 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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.
    See more | Go to post

    Leave a comment:


  • 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",
    ...
    See more | Go to post
    Last edited by acoder; Mar 8 '13, 04:21 PM. Reason: Please use [code] tags when posting code

    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.
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...