[PHP] problem with cookies

2001-05-20 Thread Peter Knif
echo showing results\nBR; 86 echo Right answers = $right\nBR; 87 setcookie(cookie_value, $right, time()+3600); Could someone tell me what might cause this problem? Thanks. -- * Peter Knif * [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

Re: [PHP] problem with cookies

2001-05-20 Thread Peter Knif
never mind, I solved the problem. -- * Peter Knif * [EMAIL PROTECTED] Peter Knif [EMAIL PROTECTED] wrote in message 9e7ror$mp0$[EMAIL PROTECTED]">news:9e7ror$mp0$[EMAIL PROTECTED]... Hi! I'm trying to write a simple script that would set a cookie. I keep receiving the f

[PHP] SMTP on IIS 5.0 Windows 2000 Pro

2001-02-18 Thread Peter Knif
Hi everyone, I'm trying to run a simple PHP e-mail script on my Windows 2000 Pro machine and I keep receiving Server Error. I tried the same script on a Unix server and it worked fine. Does anyone know what the problem might be? Thanks in advance. -- * Peter Knif * [EMAIL PROTECTED

Re: [PHP] SMTP on IIS 5.0 Windows 2000 Pro

2001-02-18 Thread Peter Knif
I have SMTP = localhost It worked when I set SMTP = my ISP smtp server, but I want to make it work with the SMTP server on my system. Thanks. -- * Peter Knif * [EMAIL PROTECTED] "David Harrison" [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTE

Re: [PHP] SMTP on IIS 5.0 Windows 2000 Pro

2001-02-18 Thread Peter Knif
I have Windows 2000 Pro SP1 and IIS 5.0. I'm using SMTP that came with IIS 5.0. -- * Peter Knif * [EMAIL PROTECTED] "David Harrison" [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... What mail server software is it that you're run