Jump to content

Inserting PHP into footer to display links


Recommended Posts

I need to insert this bit of php into the footer of my website to display links from a link exchange programme, this is the code:

<?php
   ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../:../../../../../');
   include ('lv8A5bYo3Qq4V3CsxA.php');
   echo DisplayLinks(3,'',' - ','','');
?>



Whats the best way to get it to show, iv tried a few times with no luck.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...