[PHP-WIN] Re: Problem with mail()

2003-12-05 Thread Manuel Lemos
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

[PHP-WIN] PHP_OpenSSL help needed

2003-12-05 Thread Ralph Nicovich
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 -0000 Issue 2030

2003-12-05 Thread php-windows-digest-help
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:

RE: [PHP-WIN] md5 password with javascirpt

2003-12-05 Thread N . A . Morgan
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

Re: [PHP-WIN] md5 password with javascirpt

2003-12-05 Thread Piotr Pluciennik
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

[PHP-WIN] how to prevent resend data after press refresh button

2003-12-05 Thread TAN HENG CHAN
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

[PHP-WIN] md5 password with javascirpt

2003-12-05 Thread Exiang
Hi, question: how to encode a password in client side with javascipt.. thanx. regards, exiang