How can I do this? I need about 4 different variables and they have to be in one cookie. Because I can only send header once. Please help. I'd rather have mutiple variables in my cookie than have to create database tables.
use the built in sessions and get your variables from there. The sessions take care of the cookies that way.
Built in sessions eh? hmm.. I'm just learning and programming as I learn. I haven't got to session handling yet. I have the book PHP Essentials, and that is what I am working with.