help me, how to find text on an external html site using PHP


Posted on 16th Feb 2014 07:03 pm by admin

Would anyone know how to search an external html file for a work or phrase ?

I was thinking something like this --
I use script cURL...
Did you know?Explore Trending and Topic pages for more stories like this.

Code: <?php
if (isset($_POST['submitted'])) {

$xurl_1 = $_POST['url_1'];
$xtext_1 = $_POST['text_1'];

function check_1($url_1, $text_1){
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,$url_1);
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
$result=curl_exec ($ch);
curl_close ($ch);

preg_match ("|<[pP]>".$text_1."</[pP]>|i", $result, $matches);

if (count($matches)>0){
$i=true;
}else{
$i=false;
}
return $i;
}

if(check_1( $xurl_1, $xtext_1)){
echo "Text found";
}else{
echo "Text not found";
}

} else {
?>

<h3>Link Verifier</h3>
<form action="<?php $_SERVER['PHP_SELF']; ?>" method="post">
<p><b>URL :</b> <input type="text" name="url_1" size="30" value="" /></p>
<p><b> Exist :</b> <input type="text" name="text_1" size="30" value="" /></p>
<div align="center"><input type="submit" name="submit" value="Check" /></div>
<input type="hidden" name="submitted" value="TRUE" />
</form>
<?php
}
?>

Unfortunently, that doesn't work..

it say:
Quote"Fatal error: Call to undefined function curl_init() in /home/*/*/new.php on line 8"

how to install cURL on windows?
No comments posted yet

Your Answer:

Login to answer
164 Like 34 Dislike
Previous forums Next forums
Other forums

blank page.... nothing is happening.
I'm new to a lot of this but in the last 24hrs have learned a lot.
Installed latest version of my

Request.UrlReferrer
I need to make it so that a page can only be loaded when a button is clicked on a specific page. I d

Problem with php's rename function
So, i'm having a problem with the php rename function. Basically my script 'delete_user.php' attempt

query based on 2 conditions
I want to select if the doc_type is either s OR f but this doesn't work:

Code: [Select]$query

A Few Questions
Hi, I want to ask a few questions that I can't seem to find..

1) I'm creating a "shortcu

Multi dimensional arrays
If I put in this code:

1
2
3
4
5
6
7
8
9
10
11
12
13<

Small problem with image resize script
Hi!

I am a little bit new to php and I have an issue installing an image resize script I down

Little problem with form insertion in MySQL, Please help!!!
Hi!,

I'm a little bit new with php and I have a little issue here. I created a webform to ins

Question about ShowWindow()
Hello....

I'm struggling with sumpin, and I hope y'all can help.

I've got a CFormView

Changing files over
Just thought I'd start with the new forums looking really nice .

Ok basically I've made this

Sign up to write
Sign up now if you have flare of writing..
Login   |   Register
Follow Us
Indyaspeak @ Facebook Indyaspeak @ Twitter Indyaspeak @ Pinterest RSS



Play Free Quiz and Win Cash