0

I am trying to work out a ticketing system, where users can raise requests. Some requests may warrant the users to fill in some downloadable forms, which can be then attached to each request ticket and submitted. On submission, the request is sent to the Reporting Manager for approval.

I want to know if there is any open-source solution for simulating a signature i.e I want each RM to be able to digitally sign the document if the request is approved. How can I go about doing this ?

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52
Lin
  • 273
  • 4
  • 21
  • Do you mean a mathematical digital signature, using encryption, or a graphical signature as one would sign with a pen? – halfer Aug 20 '12 at 14:52

1 Answers1

1

I don't think PHP is the best chose for this since what you requre is a client solution not server based. You should Consider , Flash , Silverlight , Java or HTM5 Canvas

Here are some quick reference

http://thomasjbradley.ca/lab/signature-pad/

http://www.realsignature.com/demo/default.aspx

http://willowsystems.github.com/jSignature/#/demo/

I hope this helps

Baba
  • 94,024
  • 28
  • 166
  • 217