I want to use HTML codes in PHP codes. like this:
<?php
if ($A == 1){
echo "<div style="background-color:#fff;">Hi bro</div>";
}
?>
I have an error in styling. Please answer me❤
I want to use HTML codes in PHP codes. like this:
<?php
if ($A == 1){
echo "<div style="background-color:#fff;">Hi bro</div>";
}
?>
I have an error in styling. Please answer me❤