Search found 1 match

by floryn
Fri Apr 24, 2015 7:38 am
Forum: Beginner Help and Support
Topic: echo the smallest id from a $row result
Replies: -1
Views: 921

echo the smallest id from a $row result

<div id="poze"> <?php $img_url = "http://fiestukis.site40.net/"; $result = mysql_query("SELECT url FROM images where sid='$sid' Order by ID DESC limit 7 "); while($row = mysql_fetch_assoc($result)) { echo '<img src="'.$img_url.$row['url'].'" border="0&qu...

Go to advanced search