Staredit Network

Staredit Network -> Computers and Technical -> PHP help needed (new problem #2).
Report, edit, etc...Posted by Doodle77(MM) on 2006-06-28 at 11:39:19
the one problem is that this means that any site can read your cookie i believe.
Report, edit, etc...Posted by Shmeeps on 2006-06-28 at 13:56:41
No, I think it just defaults to your domain.
Report, edit, etc...Posted by Centreri on 2006-06-28 at 21:27:49
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?
Report, edit, etc...Posted by Shmeeps on 2006-06-29 at 02:21:28
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.
Report, edit, etc...Posted by Pie_Sniper on 2006-06-30 at 15:19:18
It should be .mydomain.com for all subdomains to be compatible with more browsers though.
Report, edit, etc...Posted by Centreri on 2006-06-30 at 15:48:26
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.
Report, edit, etc...Posted by -bilal92- on 2006-07-01 at 22:54:33
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?
Report, edit, etc...Posted by Shmeeps on 2006-07-01 at 23:00:23
It's a way to make dynamic webpages based on other pieces of data, EG, from a date, time, database, file, ect.
Report, edit, etc...Posted by RexyRex on 2006-07-03 at 18:27:14
PHP: Hypertext Preprocessor.

PHP makes the server do work before spitting out content. smile.gif
Next Page (2)