Hi
I've installed Apache 1_3_14 on NT4, I've then add PHP4 and MySQL 3-23-32
I've created a small forum witn a PHP interface to a MySQL db. It works, I'm able to create message, ....
I'm interesting now in the authorization and authentication part.
As I've not installed PHP as a module, I can not use $PHP_AUTH_USER, $PHP_AUTH_PW, creating a login form, ....
I use therefore the access control of Apache, creating .htaccess file (in my case, ht.acl file), creating group, .. and all works fine.
The problem is that I don't know how to get back the information put by the user (password and username)in a way that when he/she creates a message, his/her name is automatically put and only this person will be able later to modify the message create by himself/herself?
Any indication would be welcome as I have really no idea on how to do that
Thanks in advance
Gael