Hello all. I've been coding in CGI for so long, it's time I start to transfer things over to PHP. I have a very simple script I need your assistance with please. Here's the basics of it:
check for cookies "ARyes" and "ARlist"
If cookie exists, show the following HTML info "<p>yes</p>"
If cookie does NOT exist, show the following instead "<p>no</p>
... that's it, simple =)
In the CGI script, it's doing it as "if found, print...", "else, print..."
Thank you very much.
Sam