Re: [PHP] Loading Information into an array.

2003-01-13 Thread Marek Kilimajer
while($img1=mysql_fetch_array($result)){ $img2=mysql_fetch_array($result); // now you have $img1 and $img2 echo trtdimg src='$img1[src]'/tdtd$img1[comment]brdiv align='right'$img2[comment]/div/tdtdimg src='$img2[src]'/td/tr } Philip J. Newman wrote: I have a table with images and comments.

Re: [PHP] Loading Information into an array.

2003-01-11 Thread Jason Wong
On Saturday 11 January 2003 06:53, Philip J. Newman wrote: I have a table with images and comments. if i have $x amout of images that each have a comment. the comments are displayed in the center colum of the table with the images loading left and right of each comment.

[PHP] Loading Information into an array.

2003-01-10 Thread Philip J. Newman
I have a table with images and comments. if i have $x amout of images that each have a comment. the comments are displayed in the center colum of the table with the images loading left and right of each comment. http://www.philipnz.com/example.jpg I can get the images to load in their left