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 a.dealer_name, a.main_url as ads_url, s.* from ads as a, specials as s WHERE a.status='authorized' AND a.dealer_name IS NOT NULL AND s.ads_id=a.id ORDER by RAND()");
while($row = mysql_fetch_assoc($result)) {
/*
if ($row['dealer_name']!=$dealer_name) {
$dealer_name = $row['dealer_name'];
$ret .= '
' . $row['dealer_name'] . "
\n";
}
*/
$ret .= '
' . $row['title'] . ' from ' . $row['dealer_name'] . "
\n";
$ret .= $row['description'];
if ($row['currency_symbol']=="£") $symbol="£"; else $symbol=$row['currency_symbol'];
$ret .= "
";
if ($row['rrp']>0) $ret .= '' . $symbol.$row['rrp'] . '';
$ret .= ' ' . $symbol.$row['price'] . ' More info / Order now
';
//$ret .= "
\n";
}
?>
magic tricks
 |
Talkmagic.co.uk
|
Talkmagic is sponsored by the advertisers. Please thank them by visiting them.
Powered by phpBB © 2001, 2005 phpBB Group
|