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 "$img1[comment]$img2[comment] } 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 i

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. > > http://www.p

[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 and