how to automatically display picture taken by webcam in form

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rizadmuhammad
Forum Newbie
Posts: 1
Joined: Tue Nov 22, 2005 10:15 pm

how to automatically display picture taken by webcam in form

Post by rizadmuhammad »

Hello

I have a situation...I need a solution on how my picture taken by webcam attached with a same machine will be display automatically in my login form....and then the picture will be save into database. This project is for visitor information.

Please and thanks
Grim...
DevNet Resident
Posts: 1445
Joined: Tue May 18, 2004 5:32 am
Location: London, UK

Post by Grim... »

You'll need a client side application to take the picture and upload it for you, then open the form page.

PHP can't do that - mabye VisualBasic?
Post Reply