|
Posted by Rik on 02/07/07 18:11
Jerim79 <mylek@hotmail.com> wrote:
> When you say "set the cookie" I take that to mean setcookie(). I don't
> want setcookie(). I want to create the cookie manually. So I can
> create the cookie called "printer" manually and use
> $_COOKIE['printer'] to read it?
Yup, manually, with javascript, with an arbitrary application, no matter.
As long as a cookie is sent PHP can read it. It does not matter how this
cookie came to be, just that it's there.
--
Rik Wasmus
Navigation:
[Reply to this message]
|