vote up 0 vote down star

Hi

I'm making a php script that would work like API on site that dosn't provide one. I'm using curl for it and the site is posting cookies with javascritpt, so i can't read them.

Is there a php class or php module that would read javascript, store the cookie and let me resubmit it with curl to the mentioned page?

I Red somehwer that its possible to read php from Java, so maybe there is a similiar way for JS/PHP?

flag

Is pecl.php.net/package/spidermonkey a way to do it? – Chris Sep 2 at 15:01
When you say "the site is posting cookies with JavaScript", what you do mean? – middaparka Sep 7 at 20:51
I mean that site sets cookie with javscript setCookie() function. If it would be set with PHP i could read that from cUrl function. – Chris Sep 8 at 11:51

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.