I want to take a picture from a form like this
http://users.atw.hu/onlinemoney/news.php and then you click to prrof - x
then you get a picture
http://users.atw.hu/onlinemoney/proof/tulipptc_1.jpg
How can I imitate this using PHP ?
I want to take a picture from a form like this
http://users.atw.hu/onlinemoney/news.php and then you click to prrof - x
then you get a picture
http://users.atw.hu/onlinemoney/proof/tulipptc_1.jpg
How can I imitate this using PHP ?
If you want to write something to images. Try PHP-GD or PHP-Imagick.
http://www.php.net/manual/en/function.imageloadfont.php http://www.php.net/manual/en/book.imagick.php
But I guess you are trying to convert a html page (a form?) to image. See this topic to find answer: