javascript - Output query results in HTML table to image -
this question has answer here:
- save html table image 5 answers
i've done quite bit of searching no luck , i'm not sure if possible if can point me in right direction.
i have php script queries database , places results html table. output table image (jpg, png, bmp, whatever...)
i imagine have in js or ajax suggestion appreciated.
thanks,
i advise using gd. http://php.net/manual/en/ref.image.php
also found: save html table image
the issue have render html table , convert rendered html image. have example of table? if it's not complex, draw table results in it.