Forums
This topic is locked
return
Posted 07 Aug 2001 22:44:54
1
has voted
07 Aug 2001 22:44:54 Keith Slater posted:
I have this code in my script now:<font size=2>
table border="0">
tr>?php while (($Repeat3__numRows-- != 0) && (!$Recordset3->EOF))
{
?>
td width="173">
div align="center">img src="images/<?php echo $Recordset3->Fields("PICTURE_NAME"?>" width="150" height="150">
br>
a href="vprofile.php?arist=<?php echo $Recordset3->Fields("USER_NAME"?>">
?php echo $Recordset3->Fields("ARTIST_NAME"?>
/a> </div>
/td>
?php
$Repeat3__index++;
$Recordset3->MoveNext();
}
?>
/tr>
/table></font id=size2>
and I want it only shows 3 pictures then goes down a line or 2 and does 3 more.. thanks
Keith Slater
Replies
Replied 08 Aug 2001 08:57:45
08 Aug 2001 08:57:45 Tim Green replied:
Isn't this the same as the Horizontal Loop thread ?
Tim Green
Extension & PHP TalkZone Manager
<font size=1>-------------------------------------------
<i>Please read the Forum FAQ before posting
a question to this TalkZone.</i>
-------------------------------------------
www.UDzone.com : A dynamic Dreamweaver,
Ultradev and Fireworks site for developers
by developers.
-------------------------------------------</font id=size1>
Tim Green
Extension & PHP TalkZone Manager
<font size=1>-------------------------------------------
<i>Please read the Forum FAQ before posting
a question to this TalkZone.</i>
-------------------------------------------
www.UDzone.com : A dynamic Dreamweaver,
Ultradev and Fireworks site for developers
by developers.
-------------------------------------------</font id=size1>
Replied 08 Aug 2001 15:06:01
08 Aug 2001 15:06:01 Keith Slater replied:
Yea but I can't get the line ?php for ($k=0; $k < 3; $k++) {?>
to work with this script.
Keith Slater
to work with this script.
Keith Slater
Replied 09 Aug 2001 16:45:25
09 Aug 2001 16:45:25 Tim Green replied:
The remainder of this thread is available on the thread entitled 'Horizontal Loop' :-
www.udzone.com/forum/topic.asp?TOPIC_ID=9102&FORUM_ID=67&CAT_ID=5&Topic_Title=Horizontal+Loop&Forum_Title=PHP
Tim Green
Extension & PHP TalkZone Manager
<font size=1>-------------------------------------------
<i>Please read the Forum FAQ before posting
a question to this TalkZone.</i>
-------------------------------------------
www.UDzone.com : A dynamic Dreamweaver,
Ultradev and Fireworks site for developers
by developers.
-------------------------------------------</font id=size1>
www.udzone.com/forum/topic.asp?TOPIC_ID=9102&FORUM_ID=67&CAT_ID=5&Topic_Title=Horizontal+Loop&Forum_Title=PHP
Tim Green
Extension & PHP TalkZone Manager
<font size=1>-------------------------------------------
<i>Please read the Forum FAQ before posting
a question to this TalkZone.</i>
-------------------------------------------
www.UDzone.com : A dynamic Dreamweaver,
Ultradev and Fireworks site for developers
by developers.
-------------------------------------------</font id=size1>