tmc01 Posted March 4, 2009 Share Posted March 4, 2009 i would like to embed my picture in my main page by using a content management system. How is that possible? how can i replace the url address by using php? Link to comment https://forums.phpfreaks.com/topic/147870-how-will-i-embed-my-image-using-php/ Share on other sites More sharing options...
WolfRage Posted March 4, 2009 Share Posted March 4, 2009 <img src=' <?php echo 'my/image/url.jpg' ?> ' alt='My Image' /> Link to comment https://forums.phpfreaks.com/topic/147870-how-will-i-embed-my-image-using-php/#findComment-776102 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.