php-general | 2001032
Date: 03/24/01
- Next message: Paulo Vinícius Vitto Ruthes: "[PHP] ImageTTFText()"
- Previous message: almir: "Re: [PHP] Image background bleeding through text"
- In reply to: Chris Lee: "Re: [PHP] WebCam and PHP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Paulo Vinícius Vitto Ruthes: "[PHP] ImageTTFText()"
- Previous message: almir: "Re: [PHP] Image background bleeding through text"
- In reply to: Chris Lee: "Re: [PHP] WebCam and PHP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

