the one problem is that this means that any site can read your cookie i believe.
No, I think it just defaults to your domain.
Yeah.. If they make it so that any site can read the cookie, the internet would be very different. Making it default to your domain is more logical. Does that include subdomains, or is it just www.yourdomain.com/whatever which can read the cookies?
I believe that if your domain was like, www.mydomain.com, it would default to mydomain.com, which would include all subdomains. I'm not 100% sure, but I think so.
It should be .mydomain.com for all subdomains to be compatible with more browsers though.
Yeah, but I didn't specify a domain so I'm not sure if it counts subdomains to it or if it counts it as just the domain.
i didnt know what php was, yesterday i was talking to my friend on my lacrosse team he said it was making a website out of scratch, is it?
It's a way to make dynamic webpages based on other pieces of data, EG, from a date, time, database, file, ect.
PHP:
Hypertext
Preprocessor.
PHP makes the server do work before spitting out content.
