User Profile
Collapse
-
thanks for helping me so far, i am really lost now.i do not know how to display 1 image at a time.i am new to php.what do you suggest i should use? -
bid breed colour dob photo
1 brahman black 12-02-2012 image1(which is fine)
image2
image3
11 brahman black 12-02-2012
2222 senien brown 13-04-2012
did not know 2 do this but that is basically what i get.hope you can understand thatLeave a comment:
-
now the first row displays just fine then other images line up below the first row and other details are displayed below the images.i dont know what the problem might beLeave a comment:
-
i have removed the td closing tag and added the tr closing tag after the code that displays images but only one image is displayed under the photo header then other images line up below bid header.what have i done wrong.im new to php.thanks in advanceLeave a comment:
-
display images in a table
i am tryn to display images from a folder and details from the database but the images display in a row not in a column as i want thm to be.please experts help me
below is the code
Code:<?php $conn= mysql_connect("localhost","root","lesego"); if(!$conn) { die('Could not connect: ' .mysql_error()); } mysql_select_db("exhibition", $conn); $path='livestock/';
No activity results to display
Show More
Leave a comment: