0

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 ?

animuson
  • 53,861
  • 28
  • 137
  • 147
ShakeryGO
  • 29
  • 3

1 Answers1

0

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:

Convert web page to image

Community
  • 1
  • 1
Alix
  • 256
  • 3
  • 17