<?php
setcookie("cookie","something"
;
header(”Location: http//?>
A little amateur-question: How can I get this tiny script to work?
I think it has something to do with:
ob_start()
...
ob_end_flush()
...But it just fails for me.
From KBBJ (-:
setcookie("cookie","something"
header(”Location: http//?>
A little amateur-question: How can I get this tiny script to work?
I think it has something to do with:
ob_start()
...
ob_end_flush()
...But it just fails for me.
From KBBJ (-: