look here
http://latine.studentville.it/ I need to show Forum section but something goes wrong maybe "+threads[x].forum+"? plz help me
PHP Code:
<script type="text/javascript" src="http://www.studentville.it/forum/external.php?type=js"></script>
<script language="" type="text/javascript">for (var x=0;x<5;x++) { document.writeln("<img src=\"immagini/ico_for.gif\" /><a href=\"http://www.studentville.it/forum/showthread.php?t="+threads[x].threadid+"\" class=\"linklf\"> "+threads[x].title+"</a> (by: "+threads[x].poster+", in forum: "+threads[x].forum+")<br />"); } </script>