|
-
May 19th, 2009, 07:11 PM
#1
Thread Starter
Frenzied Member
[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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|