On Wednesday 18 October 2000 23:04, you wrote:
> Hi Diederick,
>
> Why not post your PHP code. I have had similar issues and should be able to
> help. IE does not follow the exact same conventions as Netscape. They are
> minor differences that require specific formatting to work in both.
>
> Also, remember that cookies must go out with the headers or they are too
> late.
>
> Have fun,

OK, here is my php code :

<?php
setcookie("id","test", time()+3600, "/", "www.goodview.nl","1");
echo ("HALLO WORLD\n");
?>         

Hope you can help me

Diederick



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to