SunQuest
           Database Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesDatabase Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old September 17th, 2003, 10:15 PM
bonta bonta is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Sweden
Posts: 2 bonta User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to bonta Send a message via AIM to bonta Send a message via Yahoo to bonta
Print images from mysql

Hi,
i have a little problem, my members on signup they can upload an images on what ever they want to a mysql server. My problem are that i cant print the image on my members information site.
Please help me with the code

Thanx

Reply With Quote
  #2  
Old September 22nd, 2003, 10:53 PM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 24
RE: Print images from mysql

don't store the image in the db...store the path/name of the image in text format and use that variable to show the images...

simplifies image handling, no db penalties and its how dbs store lob anyway...

to show the image, simply retreive the name

Code:
$img=$rows['image_name'];

echo "<img src="$img">";




Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesDatabase Help > Print images from mysql


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway