User Profile

Collapse

Profile Sidebar

Collapse
Lesh
Lesh
Last Activity: May 20 '12, 07:15 PM
Joined: May 11 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Lesh
    replied to display images in a table
    in PHP
    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?
    See more | Go to post

    Leave a comment:


  • Lesh
    replied to display images in a table
    in PHP
    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 that
    See more | Go to post

    Leave a comment:


  • Lesh
    replied to display images in a table
    in PHP
    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 be
    See more | Go to post

    Leave a comment:


  • Lesh
    replied to display images in a table
    in PHP
    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 advance
    See more | Go to post

    Leave a comment:


  • Lesh
    started a topic display images in a table
    in PHP

    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/';
    ...
    See more | Go to post
    Last edited by Rabbit; May 11 '12, 04:41 PM. Reason: Please use code tags when posting code.
No activity results to display
Show More
Working...