
04-14-2004, 12:27 AM
|
 |
|
|
Join Date: Dec 2003
Location: AnimationTalk.com
Posts: 2,367
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Majik?
PHP Code:
$faffiliate= $DB_site->query("SELECT affiliate_id,sitename,siteurl,active,approved,email FROM " . TABLE_PREFIX . "affiliates ORDER BY approved, active, sitename LIMIT $limitvalue,$perpage");
I don't remember offhand hat the original line looked like, but just search for $faffiliate= $DB_site->query as I only found that once in the file. 
|
thanks  , you saved me alot of work
|