Jump to content

signature capture with php


mraza

Recommended Posts

hi i am working on a php form where i need to get user signature and store in a db or as file,  here is a link to an applet with perl but i am not sure about it. i need something like this

http://www.lawrencegoetz.com/programs/signature/

 

Please can anyone tell if there is something related for php.

 

thanks for any suggestion.

Link to comment
https://forums.phpfreaks.com/topic/210887-signature-capture-with-php/
Share on other sites

Haven't heard of anything, you need something to do the drawing client side. You could possibly use Flash for this, or even make use of canvas, such as this. Of course you'd need a fairly up to date browser and I don't think IE in all its crapiness supports canvas yet. Try looking into a flash method.

 

What I can tell you is that the drawing will need to be done using JavaScript, or Flash. From there, you'd need to be able to send the drawing data to PHP and recreate it. I'm not sure exactly how you'd go about it though.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.