PDA

View Full Version : Twisted values



alv4
09-04-2009, 02:43 PM
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:


$get_rares = mysql_query("SELECT * FROM `rares` WHERE `catid`='INSERT ID'") or die(mysql_error());

But dont works...
Can you help me? :$

Habtopia
12-04-2009, 06:24 PM
$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

Want to hide these adverts? Register an account for free!