Hello,
On 12/04/2003 01:57 PM, Gerardo Rojas wrote:
I am trying to send mail with the mail() function. My environment is Win2K proffessional. IIS5.0 and my email server is Outlook. This is the error I'm getting when i try to send mail.
i have changed the php.ini file for:
SMTP = my mail server
I am trying to bring up CAS authentication on our server that runs PHP.
I have some example code, that 'mostly' works... but it requires that
PHP use HTTPS to verify the users 'ticket' with our CAS server.
I cannot find any good doc's on how to bring up php_openssl.dll.
I un-comment the extention
php-windows Digest 5 Dec 2003 12:07:01 - Issue 2030
Topics (messages 22325 through 22328):
md5 password with javascirpt
22325 by: Exiang
22327 by: Piotr Pluciennik
22328 by: N.A.Morgan.bton.ac.uk
how to prevent resend data after press refresh button
22326 by:
Try this site: http://pajhome.org.uk/ for the MD5.js file.
Lots of security tips and tricks.
-Original Message-
From: Exiang [mailto:[EMAIL PROTECTED]
Sent: 05 December 2003 08:39
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] md5 password with javascirpt
Hi,
question: how to encode a passwo
Hi,
There is widely used script called md5.js with all
necessary functions - I've seen it in lot of places,
but currently don't remember where. Try to search...
HTH
Piotr
--- Exiang <[EMAIL PROTECTED]> wrote:
> Hi,
> question: how to encode a password in client side
> with javascipt..
>
> thanx
I have main login page (index.php) which have 2 field user id and password, after key
in User ID and Password, i will register the user id as as session variable, then page
will redirect to process.php, and in this page i have a logout button which will
redirect to logout.php and do: session_uns
Hi,
question: how to encode a password in client side with javascipt..
thanx.
regards,
exiang