I was wondering how to extract data from the body of a HTTP 200 ok Header using PHP. What I am trying to do is to write a light weight GUI that connects to google Calendar[www.google.com/calendar] ! Why do this : Simple my cellphone does not support AJAX and I want to be able to update the calendar on the move from my cell !! I am sending the username along with password and a couple of other variables that google needs , to their authentication url [ http://francis.byethost22.com/googlelogin.php ] . In response it sends back a Auth token which I need to place in a cookie . How on god's green earth do I extract the token !!
Francis . Warm Summerr !!