bold text format in echo string ...
Posted: Sat May 10, 2008 11:45 pm
Hi everybody ...
I just wanna ask you how to give bold format to a text that i´m using in a php page ...
This is mi code ...
but this code is not working ... (i have this error in the internet explorer whn i try to load this page Parse error: syntax error, unexpected '<' )
i know that this issue can be very easy for many of you ,,, sorry for the inconvenience , but thanks in advance ... !
I just wanna ask you how to give bold format to a text that i´m using in a php page ...
This is mi code ...
Code: Select all
echo (<strong>"just some text "</strong>); print $row["just some text related"]; print ("<p>");
i know that this issue can be very easy for many of you ,,, sorry for the inconvenience , but thanks in advance ... !