HOW Mysql.......PHP
Posted: Wed May 12, 2004 10:04 am
How could I stored images into mysql......and view it using PHP code..what are the formats used or supported....thanks for ur HELP...
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
// pseudo
$array = myqsl_fetch_array($result, MYSQL_ASSOC);Code: Select all
<img src = "<?php print $array['image'] ?>" alt = "This is a picture">launchcode couldnt of said it betterlaunchcode wrote:Yeah you can (lovely blob fields) but it's 99% of the time a waste of resources