[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

[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

[PHP] PHP and MySQL auth?

2001-08-28 Thread Alex Sofronie
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 commands, e-mail: [EMAIL PROTECTED] To contact

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 crontab of linux to run a php script: in crontab: wget -q http

Re: [PHP] MySQL Database backup

2001-08-27 Thread Alex Sofronie
first, just the applications it recognizes (the web plugins installed), right? - Original Message - From: Alex Sofronie [EMAIL PROTECTED] To: PHP General [EMAIL PROTECTED]; Augusto Cesar Castoldi [EMAIL PROTECTED] Sent: Monday, August 27, 2001 7:40 PM Subject: Re: [PHP] MySQL Database backup

[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

[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

[PHP] MySQL Database backup

2001-08-26 Thread Alex Sofronie
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 PROTECTED

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

2001-08-26 Thread Alex Sofronie
Try this: printf(TABLE); while($row=...fetch()) { printf(TRTD%s/TDTD%s/TD/TR,$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

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 PROTECTED] To: Alex

[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

[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 Mailing List

[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: ? if(!isset($submit)) { do_form(0); }

[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