0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
~1K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Web Development x 5
Databases x 2
Favorite Tags
6 Posted Topics
Re: Fetch image
make datatype in database as BLOB. and then store file on this. you can use this.
check your username and password in PHP page.....
<?php $query=mysql_query("SELECT model_no,images1 FROM nokia"); while ($img = mysql_fetch_array($query)) @$mod_no=$img['model_no']; @$image=$img['images1']; echo $mod_no."\n"; ?> <img src="cms/pages/images/<?php echo $image; ?>" width="218" height="172"> <?php } ?>
The End.