Blow is my basic code to change the background color, I need the background color to be saved as a cookie so it can call the cookie later on... Can anyone help?
<body bgcolor="<? echo $bgcolor ?>">
<form action="<? echo $php_self ?>" method="post">
BgColor: <input type="text" name="bgcolor"><br>
<input type=submit value="submit"></form>