mraza Posted August 16, 2010 Share Posted August 16, 2010 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 More sharing options...
mraza Posted August 17, 2010 Author Share Posted August 17, 2010 plz anyone know something about it? thx for any suggestion Link to comment https://forums.phpfreaks.com/topic/210887-signature-capture-with-php/#findComment-1100284 Share on other sites More sharing options...
JasonLewis Posted August 17, 2010 Share Posted August 17, 2010 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. Link to comment https://forums.phpfreaks.com/topic/210887-signature-capture-with-php/#findComment-1100312 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.