Is there a way to convert inline in php a large table generated from a mysql database to display as a png instead of as an html table?
I would like to hinder people from cutting and pasted the tables data easily.
html table to display as a png
Moderator: General Moderators
For this
First make your table to a string and then use the following function
imagestring
Hopefully these function should help you. I'vent tried it either. But PHP manual says its possible.Is there a way to convert inline in php a large table generated from a mysql database to display as a png instead of as an html table?
First make your table to a string and then use the following function
imagestring