[PHP] PHP Auth problem

2001-09-15 Thread Alex Sofronie
Hi all I have a rather strange problem with php auth: i want to authenticate a user through php and validate it through imap_open function (to access his email). I send WWW-Authenticate header like this: header("WWW-Authenticate: Basic Realm=\"Private\""); After, i check for isset($PHP_AUTH_U

[PHP] user auth

2001-09-14 Thread Alex Sofronie
Hello all! I a relatively newbie in PHP, so my question may appear silly: Please tell me if anyone has knowledge of authenticating a user based on his username and password from Linux system (shadow or anything). I want to make a php WebMail. Also, i want to make a ssh virtual web client for the

[PHP] PHP and MySQL auth?

2001-08-28 Thread Alex Sofronie
: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock; (111) What does this auth do with the rights on mysql? Thanks. Alex Sofronie [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

[PHP] header()

2001-08-27 Thread Alex Sofronie
Hi all! Anybody knows where i can find a complete list with headers? A list with what i can send with the header() function? And what thy mean? Thanks Alex Sofronie [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP] MySQL Database backup

2001-08-27 Thread Alex Sofronie
/2000) and NN4 (PC-RH Linux). But I don't think the platform or browser is guilty about trying to open without asking first, just the applications it recognizes (the web plugins installed), right? - Original Message ----- From: "Alex Sofronie" <[EMAIL PROTECTED]> To:

Re: [PHP] MySQL Database backup

2001-08-27 Thread Alex Sofronie
Thanks a lot. - Original Message - From: "Augusto Cesar Castoldi" <[EMAIL PROTECTED]> To: "Alex Sofronie" <[EMAIL PROTECTED]> Sent: Monday, August 27, 2001 6:22 PM Subject: Re: [PHP] MySQL Database backup > Alex, > > i'm using the cronta

[PHP] Re: Need help to create HTML table with 2 columns.

2001-08-26 Thread Alex Sofronie
Try this: printf(""); while($row=...fetch()) { printf("%s%s",$string_variable1, $string_variable2); } - Original Message - From: "John Bass" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 23, 2001 6:29 PM Subject: Re: [PHP] Need help to create HTML table with 2 co

[PHP] MySQL Database backup

2001-08-26 Thread Alex Sofronie
. Can anyone tell me where can i learn more about this? Or some simple :) and security holes free solution? Thanks all. Alex Sofronie [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

[PHP] PHP auth logout

2001-08-26 Thread Alex Sofronie
Thanks for all the answers to this question but hitting the back button will work, no authorization required to see the pages all over. Repost problem: I'm having a PHP based auth. It seems that unset($PHP_AUTH_USER) or unset($PHP_AUTH_PW) doesn't work. Also, 401 Unauthorized header does not work

Re: [PHP] Re: PHP based auth -----------------

2001-08-22 Thread Alex Sofronie
Thanks a lot. And sorry about in my subject message but at a prior post on this list I managed to skip some responses due to the volume of this list. Thanks again, Alex Sofronie [EMAIL PROTECTED] - Original Message - From: "Sheridan Saint-Michel" <[EMAIL P

[PHP] Re: PHP based auth -----------------

2001-08-20 Thread Alex Sofronie
No, I'm just using PHP_AUTH_USER and PHP_AUTH PW and i am trying to logout... The session_destroy() is not working. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators,

[PHP] PHP based authentification -----------

2001-08-19 Thread Alex Sofronie
Hi all! How can I "logout" from a PHP based auth (with PHP_AUTH_USER and PHP_AUTH_PW and appropriate headers sent at the beginning)? It seems like unset($PHP_AUTH_USER) does not wotk in this case... Any help would be appreciated! Alex Sofronie [EMAIL PROTECTED] -- PHP General Ma

[PHP] Reload - erase ------------- please help!

2001-08-17 Thread Alex Sofronie
Hi all! Please help me with this problem: SHORT: how can I erase the content of a page currently displayed in client's browser? Or other solutions (see LONG) LONG: I have a form generated with a php script that looks like: "); } else { printf("Real name:");

[PHP] Session preserve

2001-08-14 Thread Alex Sofronie
Hello! I am VERY new to php and i have a question (maybe it's pretty simple, but i couldn't get it work): I have a form page where i start a session. I cannot use php auth because the server does not run php as a module. Supposing the client has cookies disabled, please tell me how to propagate