razagill Posted November 12, 2006 Share Posted November 12, 2006 hi,i just need some very simple code to display images in a php page from a folder...and how can i use gd2 to make automatic thumbnails of the pics? Link to comment https://forums.phpfreaks.com/topic/27001-php-image-display-problem/ Share on other sites More sharing options...
chiprivers Posted November 12, 2006 Share Posted November 12, 2006 Not sure about that GD2 thing but to display an image in PHP script you just use your normal HTML!ie<?phpecho "<img src='url'>";?> Link to comment https://forums.phpfreaks.com/topic/27001-php-image-display-problem/#findComment-123476 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.