Firefox PHP

help!!!

Posted by Vyrus 
help!!!
February 20, 2004 06:56AM
ok this is my first time atempting to mod anything in php and im kindof a noob at it ... i need a mod that sorts the threads in a topic in alphabetical order... this is all i have so far...

<?php

function sort_threads ($data)
{
$PHORUM=$GLOBALS["PHORUM"];
sort($data);
}

?>
Sorry, you do not have permission to post/reply in this forum.