PDA

View Full Version : PHPNUKE help needed! please.



Joesmyth
July 21st, 2005, 22:49
Need to be able to put this into my phpnuke site!! wont work keeps giving me error cause of the javascript i think.


<script language="JavaScript" src="http://www.enemydown.co.uk/ed_clanrank.php?ladder=28&clan=26067"></script>

If somebody helps ur just super! it has been wrecking my brain....

killaH
August 5th, 2005, 20:41
You're linking to a PHP script. You should store the Javascript on the server, and link to it like this:




<script language="JavaScript" src="script.js"></script>

Replace script.js with the actual script name.