Hello everyone
hope you will be fine today
I am trying to make a page rank checking script
which displays a pagerank
and users can embed my javascript file which will be linked to my site
but I have tried so many time and get errors again and again.
I need an external java script which displays a page rank image from my site into their sites by using this code
e.g.
<script type="text/javascript" src="http://localhost/pg.php?info=http://www.domainname.com"></script>
when users put this code into their sites this will display pagerank image which will linked to my website
I am facing problems in this please resolve my issue
my php page coding is as follow
<?php
include "pagerank.php";
$url = $_GET['info'];
$image = "urdu/pr".getPagerank($url).".gif";
?>