[PHP] User authentication

2001-08-09 Thread De Bodemschat - Geologisch Verzendhuis
Hello, I set up a user-auth script that checks $PHP_AUTH_USER & $PHP_AUTH_PW against a db with login/pwd information, but on the server my site is hosted this doens't work because PHP runns as cgi. How do I do this with PHP running as a cgi? Thanks in advance. Regards Bart -- PHP General M

[PHP] image-resize/convert

2001-04-19 Thread De Bodemschat
Hello, I'm creating a bunch of photogalleries and wondering about the following: - Is it possible to convert an image or a whole dir with images (jpg) to 60% of the original imagesize using php to automate this task? I know the gd library is installed, but don't know if it supports jpg... And