Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Community Cafe (http://www.bvlist.com/forumdisplay.php?f=18)
-   -   what im doing wrong ??? (http://www.bvlist.com/showthread.php?t=7251)

it53lv 24th November 2011 20:35

what im doing wrong ???
 
can anyone tell me why is this query wrong ???
Code:

$result = $DB->query ('SELECT * FROM ' . DB_PREFIX . 'categories WHERE type_id={$type_id} ORDER BY order_id ASC');
type_id default value is 1

problem is ORDER BY order_id ASC gets ignored because of type_id function
so what i' m doing wrong with this ?


All times are GMT +2. The time now is 09:41.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.