Jump to content

jin5151

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

jin5151's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. 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]
×
×
  • 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.