Hi!
I'm a total newbie in PHP and have a little question:
if, for example, i need a couple of variables for my site/page, what would be better: to set up them as cookies (this doesn't work for first page load, only for second one) or simply set them up as global variables and call them when i'll need them?
What are the cookie's advantages as compared to plain global variables?
Thanks in advance.