kenyang9199 Posted March 7, 2013 Share Posted March 7, 2013 How to display and store image using path folder?? TQ admin_promotion_add.php admin_promotion_view.php admin_promotion_viewall.php Link to comment https://forums.phpfreaks.com/topic/275356-store-image-path-and-display-image-in-mysql-using-php/ Share on other sites More sharing options...
AyKay47 Posted March 7, 2013 Share Posted March 7, 2013 <?php $path = "/path/to/image.jpg"; ?> <img src=<?php echo $src; ?> /> $path would be the path from the database Link to comment https://forums.phpfreaks.com/topic/275356-store-image-path-and-display-image-in-mysql-using-php/#findComment-1417183 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.