Results 1 to 2 of 2

Thread: Twisted values

  1. #1
    Join Date
    Apr 2008
    Location
    Bogotá
    Posts
    245
    Tokens
    2,177
    Habbo
    alvarorojas4

    Latest Awards:

    Post Twisted values

    Anyone know about twisted values?
    I need do this:

    -Put the last furni updates in a page?
    -Show only 1 category in the show_rares or another page?
    For this second I have this code:

    PHP Code:
    $get_rares mysql_query("SELECT * FROM `rares` WHERE `catid`='INSERT ID'") or die(mysql_error()); 
    But dont works...
    Can you help me?


    www.Foroact.com -- My Spanish Forum

  2. #2
    Join Date
    Nov 2007
    Posts
    182
    Tokens
    0

    Default

    $get_cats = mysql_query( "SELECT * FROM `categories` WHERE `id`='CATID' ORDER BY `displayorder`" ) or die( mysql_error() );


    would help if you posted the code though

    Example: http://habtopia.co.uk/val_norm.php
    Last edited by Habtopia; 12-04-2009 at 06:28 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •