Jump to content

Need Function Help PlZ


jin5151

Recommended Posts

Hi I have multiple functions and i cant figure out how to combine two functions. I have a function that displays a title and description. There is also one for displaying rating. I want to find a way to combine the information on the first function with the second. Is this possible? I have manage to make theme display seperatly, but I cant make it show together.

Here is an example:


[code]

function description($ID)
{

print "<A HREF=\"$Url\" TARGET=\"_BLANK\"><B>$LinkName</B></A> - $Desc<BR>\n";
print "<small><strong>URL: </strong><font class=\"text123\">$Url</font></small><BR>\n";
print " $rating";    <----I want rating there        

}


function rating($ID)
{
print "$rating\n" <--There is more to this function        

}

[/code]
Link to comment
https://forums.phpfreaks.com/topic/4410-need-function-help-plz/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.