|
Posted by Jerim79 on 02/07/07 18:47
On Feb 7, 12:11 pm, Rik <luiheidsgoe...@hotmail.com> wrote:
> Jerim79 <m...@hotmail.com> wrote:
> > When you say "set thecookie" I take that to mean setcookie(). I don't
> > want setcookie(). I want to create thecookiemanually. So I can
> > create thecookiecalled "printer" manually and use
> > $_COOKIE['printer'] to read it?
>
> Yup, manually, with javascript, with an arbitrary application, no matter.
> As long as acookieis sent PHP can read it. It does not matter how this cookiecame to be, just that it's there.
>
> --
> Rik Wasmus
When you say "sent" what are you referring to?
Lets say I create a file on my computer called "printer". Inside that
file I manually type something like: printer=A. How would I send that
cookie to the PHP form?
Navigation:
[Reply to this message]
|