First, I'd like to thank everyone in advance for any help. Secondly, I am extremely new to PHP. However, most of the language is understandable. I've stumbled through learning ASP (still learning, but don't like it).
I had an existing site, ASP, that was e-commerce enabled at the following, please take a look as this is what I'm aiming for:
http://216.248.193.38/WebStore/shopping/categories/shopping.asp
Now, this site was pulled from an MS Access d/b and I've already converted, installed and uploaded PHPMyAdmin and the database, now using MySQL.
I have been successful logging into and creating output results from the database like this:
http://www.websystemz.com/test.php
However, I'd like to use a picture (thumb) stored in the database as a path to the image. I'd like to create a link from the image and possible the NAME of the item to a product detail page with full details about the item. Lastly, be able to create a search page for the site, based on criteria in the name and/or description.
Again, I'm new, so play nice. Any advice appreciated. I wouldn't mind reading up on this a bit, it's just the format of the programming that I'm hammering out now. Thanks again!
Matt