Runescape forums css code?

Discussion in 'Web Programming' started by omgimapple, Oct 26, 2008.

Runescape forums css code?
  1. Unread #1 - Oct 26, 2008 at 5:15 AM
  2. omgimapple
    Joined:
    Jul 7, 2008
    Posts:
    457
    Referrals:
    2
    Sythe Gold:
    0

    omgimapple Forum Addict
    Banned

    Runescape forums css code?

    hello sythe has anyone got the new runescape forums css code is u have can u please send me it thanks :)
     
  3. Unread #2 - Oct 26, 2008 at 8:14 AM
  4. Furbster4
    Joined:
    Jun 16, 2008
    Posts:
    24
    Referrals:
    0
    Sythe Gold:
    0

    Furbster4 Newcomer

  5. Unread #3 - Oct 27, 2008 at 12:31 AM
  6. omgimapple
    Joined:
    Jul 7, 2008
    Posts:
    457
    Referrals:
    2
    Sythe Gold:
    0

    omgimapple Forum Addict
    Banned

    Runescape forums css code?

    sorry it din't work nvm,
     
  7. Unread #4 - Oct 27, 2008 at 12:33 AM
  8. omgimapple
    Joined:
    Jul 7, 2008
    Posts:
    457
    Referrals:
    2
    Sythe Gold:
    0

    omgimapple Forum Addict
    Banned

    Runescape forums css code?

    hmm do u get post counts in the forum?
     
  9. Unread #5 - Oct 27, 2008 at 7:31 AM
  10. Furbster4
    Joined:
    Jun 16, 2008
    Posts:
    24
    Referrals:
    0
    Sythe Gold:
    0

    Furbster4 Newcomer

    Runescape forums css code?

    use PHP and use a code like

    Code:
    function replies(\$id, \$table) {
    \$count1 = "SELECT * FROM `".\$table."` WHERE id = '".\$id."'";
    \$sql_query11 = mysql_query(\$count1) or die(mysql_error());
    \$count = mysql_num_rows(\$sql_query11);
    }
    
    then in your while loop to echo out the forum items, just use replies("1", "forum_replies"); and it'll get all the stuff from forum_replies where id = 1
     
< [HELP] - Adding to my existing database. | Need Help on Vbulletin >

Users viewing this thread
1 guest


 
 
Adblock breaks this site