[PHP] Re: PHP & Apache

2002-04-29 Thread DrTebi
o 600), but the configuration file of the apache webserver is by default denying any displaying of .htaccess files and .htpasswd files. Just try it, go to http://mydomain.com/secure/.htaccess, you will see displaying them won't work. Hope that helps :-) Chao, DrTebi -- PHP General Mailing L

[PHP] does ImageCreateFromJPEG suck up memory?

2002-04-27 Thread DrTebi
is not a valid jpeg file'; } This works, but my question is do I have to use 'ImageDestroy' everytime after I used the 'ImageCreateFromJPEG' function? Would now any tmp files be clogging up the /tmp directory? Would it suck up memory? Thanks, DrTebi -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Images and MySQL - please help

2002-04-17 Thread DrTebi
ow I have to buffer the output, manipulate the buffer by adding the watermark, and then "insert" the image into the database. Is this possible? Any ideas? Thanks! DrTebi -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php