Hi all, How do you go about setting a cookie and inserting (setcookie)that into a mysql database?
Cheers, micmac
http://www.php.net/manual/en/function.setcookie.php
As for putting it into a Database, I don't know.
Um... you don't insert cookies into a database, you send Cookie Headers to the client.
If you want to store the data in the cookie, refer to the $_COOKIE['yourvarname'] varialbe