Hello, I am trying to use your pagerank script available here: http://programming-designs.com/page/web … amp;item=2 When I include the pagerank.php file on my index, it shows me the source of the page when i access it and not the page that was supposed to. My header looks like this: <?php error_reporting(0); include('pagerank.php'); include('data.class.php'); include('config.php'); include('tag_cloud.php'); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> and so on ..... Code (markup): And when i comment it, the page works. Can someone please give me an idea of what to do ? Thank you!
At a guess, I'd say you don't have the code source for the pagerank.php, only the html output that the page has. Can you correct the link above for us, as it is broken, and maybe someone can help
What i am making is still in beta mode and is not available for public yet. You can see it at: www.gfxclass.com/test/ and you can see that the pagerank.php file is working very well at: http://gfxclass.com/test/pagerank.php?url=forums.digitalpoint.com This is the pagerank file i am using: http://programming-designs.com/page/web_scripts&item=2 When I turn error reporting to 1, it does not shows anything ... it just shows me the source code of the page in the browser just like when it was 0.