Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001032

Re: [PHP] WebCam and PHP From: almir (a.kazazic <email protected>)
Date: 03/24/01

simply insert disk2 into flopy and press any key to continue

almir
""Chris Lee"" <lee <email protected>> schrieb im Newsbeitrag
news:99fq6b$acv$1 <email protected>
wow thats a vague question :)

are you trying to display them to the user?

    echo "
    <img src='/path/imagename.jpg'>
    ";

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');

--

Chris Lee lee <email protected>

""Marcelo Pereira"" <gandalf <email protected>> wrote in message news:006001c0b396$05167cc0$0b01a8c0 <email protected> Hi All,

How can I show images, captured by a webcamp, in my website using PHP ???

Thanks,

Marcelo Pereira

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>