Hello,
I am using php 4.3.2 on NT, and I have set
display_errors to Off in php.ini. However, errors are
still being displayed in the browser. I have tried
setting display_errors to 0, and checked using
phpinfo() that the settings in php.ini are being read.
I have also tried turning display_erro
Hi, I'm using php 4.2 with NT/IIS and am having a
problem setting cookies on ie 5.5. I am setting a
series of cookies using the array syntax:
setcookie ("cookie[three]", "cookiethree");
setcookie ("cookie[two]", "cookietwo");
setcookie ("cookie[one]", "cookieone");
I've seen a variety of entries
2 matches
Mail list logo