define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
$ret = "";
//if ($num) $limit = " LIMIT $num"; REMOVE LIMIT
$result = mysql_query("SELECT * from ads WHERE status='authorized' AND dealer_name IS NOT NULL AND dealer_description IS NOT NULL ORDER by RAND()");
while($row = mysql_fetch_assoc($result)) {
$ret .= '
' . $row['dealer_name'] . "
\n";
$ret .= $row["dealer_description"];
$ret .= "
\n";
}
$result = mysql_query("SELECT * from ads WHERE status='authorized' AND dealer_name IS NOT NULL AND dealer_description IS NULL ORDER by RAND()");
while($row = mysql_fetch_assoc($result)) {
$ret .= '' . $row['dealer_name'] . "
\n";
$ret .= "".$row["slogan"]."";
$ret .= "
\n";
}
?>
Talkmagic Sponsors
 |
Talkmagic.co.uk
|
| Talkmagic.co.uk Forum Index
-> Sponsors |
A big thank you to our sponsors who are listed below. Please do visit their websites so they can continue to sponsor ours!
Our sponsors also have some special offers on magic tricks for talkmagic members!
|
Talkmagic is sponsored by the advertisers. Please thank them by visiting them.
Powered by phpBB © 2001, 2005 phpBB Group
|