llamatron
09-13-2003, 08:23 PM
I need to find a value in a webpage's inner HTML on an external domain. I was told how to do this by Pyro in Javascript but didn't realise at the time that because the page I need to interrogate resides on an external domain I cannot use Javascript & was hoping I could use embedded PHP to do it:
If i load up this web page and go to view/source it will say somewhere :
member_id=12345&
the id number can be of a variable length; the delimiter is the ampersand. I need to get that 12345 number from the html source code and somehow store it in a variable.
Does anyone know how to do this in PHP?
Thanks a lot,
If i load up this web page and go to view/source it will say somewhere :
member_id=12345&
the id number can be of a variable length; the delimiter is the ampersand. I need to get that 12345 number from the html source code and somehow store it in a variable.
Does anyone know how to do this in PHP?
Thanks a lot,