I am using Mark's (Digerati) Taggrabber PHP class.
Digerati Marketing CURL Page Scraping Script
Because I am a loser, I fill in the urlrun variable by hand in the PHP file.
But I want to be able to pass it through a form and trigger the scaper.
Could someone help me construct a simple submit field to do this?
+rep and eternal undying love in return for assistance
Digerati Marketing CURL Page Scraping Script
Because I am a loser, I fill in the urlrun variable by hand in the PHP file.
But I want to be able to pass it through a form and trigger the scaper.
Code:
<?php
// Inlcude our tag grab class
require("taggrab.class.php"); // class for spider
// Enter the URL you want to run
$urlrun="http://www.techcrunch.com/";
Could someone help me construct a simple submit field to do this?
+rep and eternal undying love in return for assistance