FRESHERSHOME![]() |
This is a discussion on How can I Display a image stored in mySQL? within the MySQL forums, part of the Data Base Related category; Is it fine stoering the image file in mySQL database and acessing it. And how can i display the image ...
| |||||||
| Notices |
| MySQL MySQL Related discussion, MySQL configuration help, and everything related to MySQL |
![]() |
| | Thread Tools | Display Modes |
|
#1
| |||
| |||
| Is it fine stoering the image file in mySQL database and acessing it. And how can i display the image on my HTML page accessing ny image stored in mySQL database?? please reply.
__________________ Powered by Yahoo! |
|
#2
| |||
| |||
| You could also use some very basic PHP. <?php $conn = mysql_connect(dbhost, dbuser, dbpass) or die ('Unable to connect to database'); mysql_select_db(whatever_you_db_is); $query = "SELECT * FROM tablename"; $result = mysql_query($query); while($row = mysql_fetch_array($result, MYSQL_ASSOC)) { echo "<img src={$row['image']}>"; } ?>
__________________ Powered by Yahoo! |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Sitemap
Jobs by Location: Advertising and Marketing Jobs - IT Software Jobs - Walk-in Jobs - BPO Jobs - Government Jobs - Sales / BD Jobs - Tele Communication Jobs App Programming - Network Admin
Jobs By Location: Jobs in Bangalore - Jobs In India - Jobs in Delhi - Jobs in Hyderabad - Jobs in Kochi - Jobs in Mumbai - Jobs in Trivandrum - Jobs in pune - Jobs in Jonida - Jobs in Chennai - Jobs in Coimbator
Jobs Type: Full Time Jobs - Part Time Jobs
Latest Jobs - Accounting Jobs - Engineering Jobs - IT Jobs - Walkins - How to Face Interview - HR Round Tips - Career Info - Guide For Freshers - Apply for Jobs - Future Studies - Jobs Forums - Freshers IT Software Salary Details