|
|
|
|
|
|
|
|
|
|
|
#1 |
|
Madness is like gravity. All it takes is a little... push.
Join Date: Feb 2006
Location: California
Posts: 1,679
|
Damn, if no one else has anything... with PHP, I guess I'd start with something like this:
Code:
$file = file($url); // get file contents
if ( eregi("http://www.somedomain.com/some-page.htm", $file) ) {
DO SOMETHING
} // if file has url
I imagine that's not quite what you're looking for though. ![]()
__________________
~Warm and Fuzzy.
|
|
|
|
![]() |
|
|