Posts
 
Reputation
Joined
Last Seen
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.

0 Endorsements
Ranked #4K
~1K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

6 Posted Topics

Member Avatar for vanitha.A

make datatype in database as BLOB. and then store file on this. you can use this.

Member Avatar for urtrivedi
0
155
Member Avatar for kgavhane12
Member Avatar for szurcsii
0
137
Member Avatar for Iikeloa
Member Avatar for Kniggles
Member Avatar for nadiam
Member Avatar for sushilsth

<?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 } ?>

Member Avatar for kgavhane12
0
376

The End.