You'll be saddened by PHP's inability to dynamically change your page. Once it renders, it's rendered. You have to rely on JS to change stuff without a refresh.
You'll be excited by PHP's power to do stuff in the background with databases and graphics and such (MySQL, GD, etc).
They're different beasts. Both useful.
You'll be saddened by PHP's inability to dynamically change your page. Once it renders, it's rendered. You have to rely on JS to change stuff without a refresh.
You'll be excited by PHP's power to do stuff in the background with databases and graphics and such (MySQL, GD, etc).
They're different beasts. Both useful.
Hi CaviB,
PHP and Javascript dont have that kind of control. Even C++ and Java don't have that control, unless you want to reverse engineer a driver yourself, but there's no point. Thats why the manufacturer of the webcam supplies their own driver, which you need to even get access to the image data.
What are you talking bout? (and yes C++ has that kind of control) I didn't see him mention anything bout webcams and such in his original post.
Victory said:but you will find it bothersome how little love functions get in PHP