arianhojat Posted December 8, 2006 Share Posted December 8, 2006 Coulda swore I read that some white-hat 'hack' article couple months ago. Was explaining to my boss, but wanted to forward the article for backup.It was something about putting php code within the image metadata/comments i thinkand somehow the server runs it. Seemed scary at the time.Dont worry not going to use it, just curious. Tried googling 'run php code in image'couldnt find anything, but i remember a related article.Thanks,Arian Link to comment https://forums.phpfreaks.com/topic/29959-can-php-be-embedded-in-an-image/ Share on other sites More sharing options...
doni49 Posted December 8, 2006 Share Posted December 8, 2006 If image.php is defined to create an image (http://www.php.net/image) "on the fly", you can supply image.php in place of image.jpg in the HTML code. Link to comment https://forums.phpfreaks.com/topic/29959-can-php-be-embedded-in-an-image/#findComment-137629 Share on other sites More sharing options...
doni49 Posted December 8, 2006 Share Posted December 8, 2006 Do a search for "CAPTCHA" and you should find some useful examples.A captcha image is an image that contains a random string of text commonly seen on a registration form. And you have to type in the corresponding text to confirm that you're human as opposed to a program. Link to comment https://forums.phpfreaks.com/topic/29959-can-php-be-embedded-in-an-image/#findComment-137630 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.