Searching external or internal webpages PHP script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name: php-scripts.com
  • Last update:
  • Platform: Windows / Linux
  • Language: PHP
  • Price:GPL
  • Company: php-scripts.com (View more)

Searching external or internal webpages script description:




Publisher review:
Searching external or internal webpages is a script you can use to search internal and external pages. Nothing fancy needed for this beginning example. I have linked the box above to the script code I'm about to show you. Go ahead (no looking back and cheating now) and type a word or two you think was probably contained in that HTML page. All the script does is tell you whether or not it is there and how many times the search criteria appeared on each line of HTML.

each_line = fgetss($the_page, 255); if($type != "exact" { if(eregi($search_criteria, $each_line, $results)) { // for each line where there is a match, increment a counter $size ; } } else { // ok let search using CASE SENSITIVE matches only if(ereg($search_criteria, $each_line, $results)) { // for each line where there is a match, increment a counter $size ; } }
Searching external or internal webpages is a PHP script for Snippets scripts design by php-scripts.com. It runs on following operating system: Windows / Linux.

Operating system:
Windows / Linux

Latest script and internet news

222

222

22

Posted on: 18 Jul 2023 22:27 by A. Brown

111

111

111

Posted on: 18 Jul 2023 22:24 by A. Brown

The permanently active Push system offered by the new Google Chrome 42

The permanently active Push system offered by the new Google Chrome 42

Hacked By !Sc-sT

Posted on: 17 Mar 2015 07:57 by A. Brown

SPREAD THE WORD

User Rating


Rating: 2.2 out of 5
Based on 13 ratings. 13 user reviews.

  • Currently 2.15 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5