Make HTML tag in PHP

Posted by happyCoding25 on Stack Overflow See other posts from Stack Overflow or by happyCoding25
Published on 2010-05-25T21:09:58Z Indexed on 2010/05/25 21:51 UTC
Read the original article Hit count: 284

Filed under:
|
|

Hello,

I have some php code $_SESSION['username'] and I need to display it using html with something like <p>the username here</p>. I heard you might be able to do this using echo in PHP but Im not sure how. Thanks for any help.

© Stack Overflow or respective owner

Related posts about php

Related posts about html