Posts by Lauriana • 31 points
1 post
-
3
votes2
answers1736
viewsQ: How do I put an html tag inside the php code to format the text there?
I have the following code and I wanted to tag <font> </font> for example to format the user. <?php session_start(); echo "Usuario: ". $_SESSION['usuarioNome']; ?>…