Name: Anonymous 2011-05-21 5:50
if(strpos(file_get_contents('http://example.com/foobar'), 'Test-String') !== FALSE) {
// `Test-String` found
} else {
// `Test-String` no found
}
something like that i need
// `Test-String` found
} else {
// `Test-String` no found
}
something like that i need