Question : font in php

Hi php experts

if i have this :
echo "
         <td>$row[product] ($row[prod_id]) </td>";
how i can make the second means  ($row[prod_id]) in different color i can make it between brackets but i want it differente color
thanks
Regards
A.S

Answer : font in php

how about this?

      echo " <td>$row[product] <font color='yellow'> ($row[prod_id]) </font> </td>";
Random Solutions  
 
programming4us programming4us