How can I view multiple image in PHP through Database??

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • brothers
    New Member
    • Dec 2007
    • 1

    How can I view multiple image in PHP through Database??

    I am intermediate user of PHP. I want to create mine search page which allows user to view one or more than one image. I can make the search page to view one image but i cannot views all the image in my MYSQL table. So, guys help me.
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    If you'd like to post the code you have now (remember to use CODE tags!) and then we could add to that code.

    I'm guessing you'll want a fucntion like
    [php]
    while($row = mysql_fetch_arr ay($something){

    //

    }
    [/php]

    thanks.
    markus

    Comment

    Working...