MySQL Questions...NEED HELP
Posted: Wed May 12, 2004 10:03 am
How could I display images shared into mysql.......thanks for your help..
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
echo'<img src="' . $url . '">';Using load_file() mysql function perhapspickle wrote:To be honest though, I'm not sure how to do it.