stuckwithcode Posted January 20, 2010 Share Posted January 20, 2010 Hello, when using the code below, my image is displayed on a new page, how can I make the image print out on my current page with the rest of my content. imagejpeg($newImg); Link to comment https://forums.phpfreaks.com/topic/189183-php-and-images/ Share on other sites More sharing options...
schilly Posted January 20, 2010 Share Posted January 20, 2010 I normally do this by calling my image manipulation file through the source attribute of an image tag: ie. <img src='img_thumb.php'> there are lots of tutorials out there on PHP and GD use. Just search PHP and GD or image or thumbnail. Let me know how it goes. Link to comment https://forums.phpfreaks.com/topic/189183-php-and-images/#findComment-998782 Share on other sites More sharing options...
stuckwithcode Posted January 22, 2010 Author Share Posted January 22, 2010 That worked well thanks Link to comment https://forums.phpfreaks.com/topic/189183-php-and-images/#findComment-999805 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.