php değişkenler html etiketi

0 Cevap php

bir php değişken verildi

$a="<b>hello</b>";
echo $a;
//prints <b>hello<b>

But I want it to print hello in bold with the formatting. Please tell me what I should do...

0 Cevap