Drawing in php

Skilled contributor
9Feb2009,16:44   #1
Bhullarz's Avatar
HI ! I want to create a drawing pad and MSpaint - like application in php. Can somebody suggest me that from where should I start. ? I am not very expert of PHP. So plz, keep it simpler..

Thank you in advance.
Go4Expert Founder
9Feb2009,16:52   #2
shabbir's Avatar
PHP is not the best choice for it.
Skilled contributor
9Feb2009,22:31   #3
Bhullarz's Avatar
I have been asked to submit a project of Web Based Drawing Pad. I was thinking of using PHP for this. But as Shabbir Sir says, PHP is not right choice for it, then in which language I should develop this...?
Kindly suggest and if possible, provide some references too.

Thanks in advance
and thanks to Shabbir Sir...
Go4Expert Founder
9Feb2009,22:52   #4
shabbir's Avatar
JavaScript is better because Web based Drawing pad should be done using Client side scripting like JS and storing and other parts using PHP
Skilled contributor
26Feb2009,22:13   #5
Bhullarz's Avatar
I used FLASH and ActionScript to create this drawing pad which is embedded into PHP page. FLASH was better choice for me than going for any other language.