0
Php html echo
How can I echo multiple html tags with php using echo just once?!!
4 Respuestas
+ 2
Just echo them all in one string 😕
echo "<h1>Hi</h1><span>text</span>";
0
Aymane Boukrouh [Unavailable] I did! I get errors 🤦🏻♂️
0
Pedram Negahban post the error message here, this should be working
0
Echo '55';