php within php not working
Posted: Wed Feb 11, 2009 6:56 am
can anyone help me the prod price is not showing inside my conditional region, and i can't think why?
Cheers
Kevin
Code: Select all
<?php if ($row_product_listing['prod_special'] == y)
{
echo ' <p class="price_special">Offer price £<?php echo $row_product_listing["prod_price"]; ?></p> ';
}
?>Kevin