image tables

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
onbeat69
Forum Newbie
Posts: 4
Joined: Sun Dec 07, 2003 6:56 pm
Contact:

image tables

Post by onbeat69 »

i loaded the images in a database with php/mysql, I want to display the images in a table with price, descritpion in table form at the web. i have a problem scripting in php/mysql, using product id as the primary key when I access the image from the table?
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

matthiasone
Forum Contributor
Posts: 117
Joined: Mon Jul 22, 2002 12:14 pm
Location: Texas, USA
Contact:

Post by matthiasone »

I found this article to be helpful

http://www.weberdev.com/ViewArticle.php3?ArticleID=3
Post Reply