<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Mini Remote Content Fetching Example</title>
<link href="main.css" rel="stylesheet" type="text/css">
</head>
<body>
<p> </p>
<p>You're the proud new owner of a kick-ass little script. Mini-Fetch.<img src="http://www.webmedic.co/mfBox.jpg" alt="Grab remote HTML content. Kick-ass script." width="105" height="120" align="right"></p>
<p>Update with fresh news and content automatically!</p>
<p>This here's an example of an HTML page which calls Mini-Fetch. Just remember the page has to be saved with a .php extension otherwise it won't properly load PHP scripts you insert, like this:</p>
<p>
<?php include("http://www.yoursite.com/minifetch.php"); ?>
<?php
// that's all you need is the code above.
// The next little javascript is just an ad code. If you click the ad it will help me write the new version of Mini-Fetch which will include CACHE-ing!
?>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-7261895949357989";
/* 468x15 Text */
google_ad_slot = "2544390145";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
</p>
<p>You can either paste the whole script into your page or just type this in the HTML:</p>
<p><?php include("http://www.yoursite.com/minifetch.php"); ?></p>
<p>And here is the <a href="readme.txt">detailed ReadMe file</a>.</p>
<p>Questions? Thanks? Lavish praise? <a href="http://www.webmedic.co/contact.php">Contact WebMedic</a> at <a href="http://www.webmedic.co/">http://www.webmedic.co/</a></p>
<p>Responses are usually within a few hours.</p>
<p> </p>
<p>P.S. Don't forget, I'm not responsible for anything bad or <em>awesome</em> that you do with this script.</p>
</body>
</html>