alexcrosson Posted September 28, 2006 Share Posted September 28, 2006 Hi, I was wondering if there is an easy way of including images into a php doc? For example i have included content before : include (file.html). Can you like do the same thing but just change the file.html to the directory where the image is located? If you know of any other way to add images I would appreciate it. Link to comment https://forums.phpfreaks.com/topic/22320-display-images/ Share on other sites More sharing options...
AndyB Posted September 28, 2006 Share Posted September 28, 2006 Same as with html ....[code]echo "<img src='path/to/the/file/funny_face.gif'">;[/code] Link to comment https://forums.phpfreaks.com/topic/22320-display-images/#findComment-99985 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.