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
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
: 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
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
/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:
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
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
.
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
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
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
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,
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
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:");
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
14 matches
Mail list logo