Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.8K
~341 People Reached
Favorite Forums
Favorite Tags
php x 2

2 Posted Topics

Member Avatar for Arun.N

<?php $ch = curl_init("http://www.example.com/"); $fp = fopen("example_homepage.txt", "w"); curl_setopt($ch, CURLOPT_FILE, $fp); curl_setopt($ch, CURLOPT_HEADER, 0); curl_exec($ch); curl_close($ch); fclose($fp); ?>

Member Avatar for moobaa
0
168
Member Avatar for martinkorner

[QUOTE=chrelad;503346]Hi martinkorner, You may have better luck using regular expressions to find the search term instead of using '==' syntax. There are flags which tell preg_match/ereg_match to ignore whitespaces and the like... You could try that and see what you come up with. That's where I'd start anyway :)[/QUOTE] or …

Member Avatar for mario.stoica
0
173

The End.