Dirtrocker
Technical User
I have a forum program which I would like to add cookies so folks don't have to enter their name every time.
I have searched all over to try and find out how I would do that, but am clueless.
Here is what I have.
I'd like to make it so the folks don't have to enter their name everytime. Is that possible?
Is there something in the cookies that tells you what they do? The program has a cookie-lib.pl file, but I don't understand what it is for or what it does. Is there someplace that explains it for dummies like me?
print qq~
<tr><td bgcolor="#E8FFFF" align="right">NAME:</td>
<td bgcolor="#E8FFFF" align="left"><INPUT TYPE="text" NAME="name" SIZE="30"></td></tr>
<tr><td bgcolor="#E8FFFF" align="right">EMAIL:</td>
<td bgcolor="#E8FFFF" align="left"><INPUT TYPE="text" NAME="email" SIZE="30"></td></tr>
~;
}
I have searched all over to try and find out how I would do that, but am clueless.
Here is what I have.
I'd like to make it so the folks don't have to enter their name everytime. Is that possible?
Is there something in the cookies that tells you what they do? The program has a cookie-lib.pl file, but I don't understand what it is for or what it does. Is there someplace that explains it for dummies like me?
print qq~
<tr><td bgcolor="#E8FFFF" align="right">NAME:</td>
<td bgcolor="#E8FFFF" align="left"><INPUT TYPE="text" NAME="name" SIZE="30"></td></tr>
<tr><td bgcolor="#E8FFFF" align="right">EMAIL:</td>
<td bgcolor="#E8FFFF" align="left"><INPUT TYPE="text" NAME="email" SIZE="30"></td></tr>
~;
}