Can I get some sample code in PHP for converting an html table to image
form(.gif,.jpg or any format)? I am using XAMPP on Windows.
Yes, the table is coming from the da
you like to have an screenshot from an html-table / html-code?
Thats not possible with php only.
You need a webbrowser or an html-renderer and a program do make an screenshot.
look at
http://www.thumbshots.org/ (onlineservice)
or
http://www.intellitamper.com/webswoon/ (python tool.)