Can you help me with this problem? I want to create a program in PHP and want to use Jquery Mobile. I want to take a picture with the camera of the device.
What method or function can I use? A php library or something else?
First of all, you are mentioning here many programming languages. Second, from my knowledge, it is not possible to access the camera of the device using Javascript in the browser. You have to use the basic functions of the device, I recommend reading about the PhoneGap Library. What you want to do, it will be easy and to write an app for every device you have to reduce the amount of time you learn because the code is very similar to many platforms. Javascript is a client-side language (which means it will run directly from the user's device).
PHP is a server-side scripting language (which means that you have no control over the code, and it must be run on the server).
Comments
Post a Comment