require('go.pablobablo.com.php'); $reducer = new GoPabloBabloCom(); echo $reducer->reduce( 'http://www.google.com/search?hl=en&q=some+search+words&aq=f&aqi=&aql=f&oq=&gs_rfai=' );
require('go.pablobablo.com.php'); $reducer = new GoPabloBabloCom(); $url = 'http://www.google.com/search?hl=en&q=some+search+words&aq=f&aqi=&aql=f&oq=&gs_rfai='; $path = 'google'; if ( $reducer->isPathFree( $path ) ) { echo $reducer->reduce( $url, $path ); } else { echo "Path is busy"; }