HostGator Hosting
 
Home Register FAQ Members List Calendar Search Today's Posts Mark Forums Read Web Directory

Go Back   Webmaster Forum > Designing and Developing Websites > Programming > PHP / MySQL

PHP / MySQL Discussions and help on PHP and MySQL.

Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 03-06-2010, 05:24 AM
WMG Newcomer
 
Join Date: Mar 2010
Posts: 2
iTrader: (0)
milanello72 is on a distinguished road
Default 5 photos on a row

Excuse me, because my english isn't good! In this code I obtain 1 photo on a row! I want to obtain 5 photos on a row! Could you help me? Thank you very much!

Code:
<?php
while($row=mysql_fetch_array($res1))
   {
       $number = $row['photos'];
  ?>
    <table cellpadding="20">
       <tr>
  <?php
     for ($i=1; $i<=$number; $i++)
     {
        $adressphoto="photos/squadre/".$row['name']."/mici/".$i.".jpg";

        if (file_exists($adresaphoto))
        {     print "<td>";
              print'<img src="'.$adressphoto.'">';
              print '</td>';   
             print '</tr>';
        }

     }
     print '</table>';
   }
    
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Share on Facebook
Reply With Quote
Sponsored Links
Register and sign in to hide this ad block

  #2  
Old 03-06-2010, 05:36 AM
WMG Newcomer
 
Join Date: Mar 2010
Posts: 2
iTrader: (0)
milanello72 is on a distinguished road
Default

sorry!
the code is this
<?php
while($row=mysql_fetch_array($res1))
{
$number = $row['photos'];
?>
<table cellpadding="20">
<tr>
<?php
for ($i=1; $i<=$number; $i++)
{
$adressphoto="photos/squadre/".$row['name']."/mici/".$i.".jpg";

if (file_exists($adressphoto))
{ print "<td>";
print'<img src="'.$adressphoto.'">';
print '</td>';
print '</tr>';
}

}
print '</table>';
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Share on Facebook
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

All times are GMT -4. The time now is 01:52 PM.



Freelance Web Designers
Work At Home Forum
Ad Marketplace
Health & Wellness Forum
Online Deals and Bargains
iPowerWeb Hosting Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.1