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 Quote 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 (edited) <?php $path = "/path/to/image.jpg"; ?> <img src=<?php echo $src; ?> /> $path would be the path from the database Edited March 7, 2013 by AyKay47 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.