well currently right now
i have
require_once(DIR . '/includes/functions_amazonid1.php');
$post['message'] = Amazon_Cobrand_Link($post['message']);
ands its working exactly as i want it to ...
but i only need it to work on certain styles
ok i tried doign this
if ($style[styleid] == '7')
{
echo "something blah blha blah";
and it doesnt echo so i must need help here
i also did this
echo "$styleid = styleid";
and this showed up
= styleid = styleid = styleid = styleid
|