Hey! I am just shouting out the big names that are always answering questions. Here is my problem. I am not understanding PHP. Again. Here is from PHP.net/doc/ or something like that. Its from the manual... Its about cookies! Anyone can answer this if they know.
int setcookie ( string name [, string value [, int expire [, string path [, string domain [, int secure]]]]])
That is the correct string. NOW... The question. What does the int secure mean? string domain? What are those two? The manual explains the others...but what does those two mean? Thanks everyone!
Zig's