The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
image qustion
hmm ok this is the qustion,
i have made few tests, didnt secced much cuse i never worked with images ok i have list of images on db for exsample id imagename imagepath and have the values in it, now i want it to select all of the images from db order by id [query] $img = $DB_site->query("select * from imagestable order by id"); while ($imageinfo = $DB_site->fetch_array($img) { // do something } [/query] now my problem is to show them, i want the php page show them in rows(tr) and only 5 images per tr, any id of how i can limit it to show only 5 images per <tr > and after 5 to make new <tr> and show again the next 5 pics and so on and on thanks for the helpers. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|