Dario Cardoso
|
| Posted: 02/16/2006, 2:27 AM |
|
Hi,
I try codecharge and i am use example STOREs
I convert tables for postgresql and i insert in table store_products the field image
alter table store_products add image bytea
I use component upload to send image to table and it is OK
In the recordProducts i put component imageLink and go link to image of table and it is show OK
But in other parts with default.php i link component with field image and don't show image of database table but if i link with image_url it is show
I use PHP
How i link this correct? what is solution?
Thanks,
Dario
|
|
|
 |
wkempees
Posts: 1679
|
| Posted: 02/16/2006, 2:56 AM |
|
Dario
Using "Search" for "image from database" gives a number of relevant threads for you.
This one has the solution in the last 2 posts: http://forums.codecharge.com/posts.php?post_id=49663&s_...e+from+database
Greetz
_________________
Origin: NL, T:GMT+1 (Forumtime +9)
CCS3/4.01.006 PhP, MySQL .Net/InMotion(Vista/XP, XAMPP)
if you liked this info PAYPAL me: http://donate.consultair.eu
|
 |
 |
|