Results 1 to 5 of 5

Thread: [RESOLVED] List contents of MySQL database.

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2008
    Posts
    1,754

    Resolved [RESOLVED] List contents of MySQL database.

    Hello i have a mySQL database and in the database there is a table called products. Here is the order of columns in products:

    "Title","Description","Seller","Picture","Qaulity","Price","Country","Province","City","School","Cam pus","Grade","Room"

    I want the user to be able to search for the title and then all the rows found with the title the user specified will be displayed to the user in a table. When it gets to the Picture column i want it displayed in img tags. As well i need the table to display the information it gets in a different order. The picture will be the last column of the table etc..

    When the user searches for the title it doesn't need to be an exact match for example:

    Title = Book1
    Search can be = Book
    Last edited by noahssite; May 19th, 2009 at 07:18 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width