i have a query in mysql using concat :
ouput :
i want the ouput is Lutron GL Ltd
what's wrong guys ?
Thanks
i have a query in mysql using concat :
ouput :
i want the ouput is Lutron GL Ltd
what's wrong guys ?
Thanks
you want style Lutron GL Ltd
with mysql `?
remove tags from mysql and use them when you output the results like that
echo "<option class='bold' value='....' >".$row['cn_clsf']."</option>" ;
Just use CSS to make it BOLD.