1.3.8a
The following contributions installed:
forum (phpbb3)
crafty_syntax
extra_sidebox
easypopulate
payaplverified
site trust
I posted this elsewhere, but I think it would go here better. My php is still rusty and so this code is showing up exactly like it is typed. What am I missing?
Total Types of coupons at W.I.C.K.S.-
<?php
$total = $db->Execute("SELECT COUNT(*) as count FROM ".TABLE_PRODUCTS);
echo $total->fields['count'];
?>



