I am having problems with the setcookie function initializing and timing out cookies using internet explorer 6. The following code is in my index file:
<?php
header(“P3P: CP=TELa OUR SAM PUR FIN DSP ALL COR");
header(Set-Cookie: f=abc; Max-Age=10; path=/);
header("Set-Cookie: e=dfg...
I am trying to parse a webpage written in javascript using perl, but I am unable to access the rendered HTML from the javascript code. When I parse this webpage with Perl, I just get the javascript code spit back at me. Is there a way to somehow interpret javascript or imitate a browser, so...
I am trying to parse a webpage written in javascript using perl, but I am unable to access the rendered HTML from the javascript code. When I parse this webpage with Perl, I just get the javascript code spit back at me. Is there a way to somehow interpret javascript or imitate a browser, so...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.