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)
Check other domain
Moderator: General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Re: Check other domain
$page = file_get_contents("http://domain.tld");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)