Re: [PHP] WebCam and PHP

2001-03-24 Thread almir
simply insert disk2 into flopy and press any key to continue almir ""Chris Lee"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 99fq6b$acv$[EMAIL PROTECTED]">news:99fq6b$acv$[EMAIL PROTECTED]... wow thats a vague question :) are you trying to display them to the user? echo " "; or are

Re: [PHP] WebCam and PHP

2001-03-23 Thread Chris Lee
wow thats a vague question :) are you trying to display them to the user? echo " "; or are you trying to read that data ? fopen('/path/imagename.jpg', 'r'); is the file not in the document root ? header('Content-Type: image/jpeg'); readfile('/path/imagename.jpg');

[PHP] WebCam and PHP

2001-03-23 Thread Marcelo Pereira
Hi All, How can I show images, captured by a webcamp, in my website using PHP ??? Thanks, Marcelo Pereira