|
Posted by Geoff Berrow on 04/02/06 13:12
Message-ID: <1143969723.769173.220530@i40g2000cwc.googlegroups.com> from
Michael contained the following:
>If I have a script on http://url-a.com/script.php and I want to get
>some dynamic information of my friend's site at
>http://url-b.com/info.php , How can I get it? I need to use get
>variables in getting it and it must also be server side.
Preg_match() ?
The manual contains the following example
preg_match("/<title>(.*)<\/title>/i", $html_content, $match);
--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
Navigation:
[Reply to this message]
|