Cookie Vars and how to get them, etc.
Well.... i've got a forum on my site. this means that everyone has a username and password. I'm interested in coding a few more things, like, for example, a poll page, or whatever.
I can easily get the stuff from the mysql db and compare to a login they supply, but that's kinda a pain.
The forum already makes them logged in through cookies, so...
(I'm using IPB, but general answers will be fine... I can give more specific info if needed.)
How do I get their info from the cookies?
I also have the site working on two servers and I realize that cookies are related to the site that makes them; can I use cookies from one site on another?
I just want to GET the username and password they are logged in with, so it's fine if writing to a cookie is harder/doesn't work.
I haven't done a thing with cookies before, so start with the basics, please.
Thanks.
Getting cookie informations from different sites
Hi,
I ve just started working with cookies..i wanna retrieve the yahoo cookie values from the browser ( in my php script) after i log into any of the yahoo sites...pl tel me how this can be done?