Page 1 of 1

Check other domain

Posted: Sun Nov 26, 2006 6:12 am
by ofermisk
Hi there,
I'm trying to read other web site content for authontication reason.
The user enters a domain and i check for offensive text.

How can i read other domain's content with php (java i know)

Re: Check other domain

Posted: Sun Nov 26, 2006 7:04 am
by Chris Corbyn
ofermisk wrote:Hi there,
I'm trying to read other web site content for authontication reason.
The user enters a domain and i check for offensive text.

How can i read other domain's content with php (java i know)
$page = file_get_contents("http://domain.tld");

Thanks

Posted: Sun Nov 26, 2006 12:38 pm
by ofermisk
?You are too kind.... :oops: