Jump to content

XSpikeX

Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Posts posted by XSpikeX

  1. If think you mean you wanna only see one then have the option to see the next. This is the only thing I can think of. Of course you\'ll have to add your username/password info but this is the jist of the script.

     

    [php:1:6653e91d25]<?php

    if (!isset($list)) {

    $list = 1;

    }

     

    $sql = \"SELECT * FROM images WHERE Id=\'12\' ORDER BY Date LIMIT $list\";

    $result = MySQL_query($result);

    $results = MySQL_fetch_row($result);

    $info = $results[\'Info\'];

     

    echo \"$info\";

     

    $list++;

     

    $echo \"<br><a href=\'thisfile.php?list=$list\'>Next image\'s info</a>\";

    ?>[/php:1:6653e91d25]

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.