Forum Moderators: coopster
could you plz get me code on to display / list External Image Link (such as image from Yahoo.com) Stored in mysql using php...
[edited by: eelixduppy at 11:19 am (utc) on May 17, 2007]
[edit reason] no URLs, please [/edit]
Your images are stored in a MySQL DB.
it is better to store in your DB the img path rather than storing the actual img as "blob"
Since you are learning
you need to
START HERE [webmasterworld.com]
My problem is i'm not saving the image in mysql buy i'm saving the link of yahoo.com or anyother site image link text... so that my server or site get the traffic of showing up the image.
for exp table has stored data as follows:
--------------------------------------------
rno -----:----- 1245
name -----:----- Mercedec Benz
year -----:----- 2002
image -----:----- http://example.com/a/fo/ford/show_toyota_fjcruiser.jpg
but not the image
So... cud anyone plz help me with a CODE to show image use php with links in mysql on the page? PLZ...
[edited by: jatar_k at 1:16 pm (utc) on May 19, 2007]
[edit reason] no urls thanks [/edit]
My problem is i'm not saving the image in mysql buy i'm saving the link of yahoo.com or anyother site image link text... so that my server or site get the traffic of showing up the image.
Could you just clarify that - you want to fetch the image from Yahoo and store it in your database, or you want the users web-browser to go and get the image from Yahoo so your web-server doesn't get the traffic?
Yes... the link of image from yahoo stored in mysql should fetch the image from yahoo.com
IMAGE IS NEIGHTER STORED IN SERVER OR SITE NOR MYSQL DB only the link of the image is stored in the table:column