Jump to content

franzwarning

Members
  • Posts

    31
  • Joined

  • Last visited

    Never

Everything posted by franzwarning

  1. Hi, I have a list of images from a directory that are in order by their "id". How could I display one at a time on a page--starting from the beginning, and have it so the user can click on the image and go to the next one in line.
  2. Are time zones when calling the date function automatically decided based on where you live? Or is that something that I have to implement--Because the time is wrong according to my time zone.
  3. Guess I never thought of that.... thanks!
  4. Is there any way that I can get mysql_fetch_assoc only to run once? Here is my code: $query = mysql_query("SELECT * FROM items ORDER BY id DESC"); while ($row = mysql_fetch_assoc($query)) { $id = $row['id']; }
×
×
  • 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.