Jump to content

array question


dennismonsewicz

Recommended Posts

I have this array:

 

$myArr=array("<b>Id</b>","<b>Project</b>","<b>Project Id</b>","<b>PM</b>","<b>Designer</b>","<b>PM</b>","<b>Writer</b>","<b>PM</b>","<b>Designer</b>","<b>PM</b>","<b>Christine</b>","<b>PM</b>","<b>Designer</b>",
"<b>PM</b>","<b>Julie</b>","<b>PM</b>","<b>Designer</b>","<b>PM</b>","<b>Proofreading</b>","<b>PM</b>","<b>Layne</b>","<b>PM</b>","<b>Programming</b>","<b>PM</b>","<b>Testing</b>");

 

How do i go about going through each item in the array and making it bold without having to place the <b></b> tags in the array?

Link to comment
https://forums.phpfreaks.com/topic/130425-array-question/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.