I have to add drawing facility to my php webpage, so that users can draw there own pictures online, someone please help me to solve this problem, thanks in advance
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use GD library to accomplish this type of application
Visit http://php.net/manual/en/book.image.php for more information
For front-end you can use java script to get the user drawing coordinates which can parse in GD library to get the job done.