Hi,
Can I use both cookies and sessions? I tried to use setcookie() and then session_start() but just get the headers already sent message.
If it's possible, can someone tell me how to do so that I don't get the headers message?
Put session_start() first.