- Impact
- 1
Add Google PageRank lookup service on your website
Simply copy and paste the code below in your website
<form method="post" name="PageRank" target="_self">
Address <br>
<input name="site" type="text" size="30">
<br><br>
<input type="submit" value="Check">
</form>
<? echo $site; ?>
<a href="http://www.amerilogic.com" target="_blank">
<img src="http://www.amerilogic.com/gpr.php?site=<? echo $site; ?>"
width="70" height="25" border="0">
</a>
Visit www.amerilogic.com to see a working example
Simply copy and paste the code below in your website
<form method="post" name="PageRank" target="_self">
Address <br>
<input name="site" type="text" size="30">
<br><br>
<input type="submit" value="Check">
</form>
<? echo $site; ?>
<a href="http://www.amerilogic.com" target="_blank">
<img src="http://www.amerilogic.com/gpr.php?site=<? echo $site; ?>"
width="70" height="25" border="0">
</a>
Visit www.amerilogic.com to see a working example





