Ok,
im setting a cookie to read
setcookie("$fullName","Peter Smith");
and i have a select box that also holds names ie: Peter Smith
I then want to use an if comparison
ie:
if($fullName == (name from select box))
{
bla bla bal
but the values fail to properly compare even though they have the same values? Yes i have tried encode and decode to no avail.
HELP
thanks
peter