PHP quick help!! How to write if (cookie(isset))
PHP quick help!!
How do i write a statement with the condition " if 'cookie_name' is set on user computer "
I came up with something like this:
if (cookie_name(isset)) {
}
but it doesn't work.
Can someone please shine me some light.
|