I have a customer who pulls data from a database, they want to be able to display the info as a pic so the end user can not copy and paste the data in an excel spreadsheet any idea of what I could use to do this
freshfitz 0 Posting Pro in Training
Recommended Answers
Jump to Post— almostbob 866Serverside php asp perl using the same techniques used to generate captcha scripts
in phpheader ("Content-type: image/png"); $im = @imagecreatetruecolor(500, 300) or die("Cannot Initialize new GD image stream"); $text_color = imagecolorallocate($im, 233, 14, 91); imagestring($im, 3, 5, 5, "A Simple Text String", $text_color); imagestring($im, 3, 5, …
Jump to Post— MidiMagic 579They can't prevent such a use of the data. I have some simple software that extracts text from images. It could easily reconstruct the information. So can anyone who can type.
Why are you so afraid that people will use the information? That's what the Internet is for.
…
All 8 Replies
almostbob 866 Retired: passive income ROCKS
MidiMagic 579 Nearly a Senior Poster
Murtan 317 Practically a Master Poster
MidiMagic 579 Nearly a Senior Poster
Murtan 317 Practically a Master Poster
MidiMagic 579 Nearly a Senior Poster
Joyce Sullivan 0 Newbie Poster
freshfitz 0 Posting Pro in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.