Jump to content

XSpikeX

Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

XSpikeX's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. [php:1:4ab6ff7490]<?php if (!$adv_name && !$rec_date && !$rec_status) { ?>[/php:1:4ab6ff7490] needs to be [php:1:4ab6ff7490]<?php if (empty($adv_name) || empty($rec_date) || empty($rec_status)) { ?>[/php:1:4ab6ff7490]
  2. XSpikeX

    mysql select

    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.