I would like to get the output of my search from "https://login.ku.edu.tr/eGuide/servlet/eGuide" which is my university's eguide. However it is only accessible with in campus or the vpn.

My aim is, writing the php code which gets the output of the field "Location" in any search. But it is also ok if the code only works in the in campus or the computers who are login in the vpn servers.

How can I get this value from the search ?

Thanks.

link|improve this question
feedback

1 Answer

that depends entirely on the format of the content retrieved by that search. without seeing any code, or resultant HTML, we can't provide any real advice for extracting the data. basically, you probably want to do some research on page scraping.

link|improve this answer
I tried to do get info, I found a very long link that has the username in it, and when I call this url with curl in php, it does return only a blank page =/ – Can May 21 '11 at 22:15
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.