PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I'm wondering if I could use PHP to parse cookie files.
I need to automatically extract the expiry date of cookies not set by my own domain. As the $_COOKIE array will only show my cookies set by my domain, I thought maybe putting the cookie files themselves under my web server and then read and parse those files.