Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <HTML> <BODY> <P> First exercise: </P> <?php $msg1 = "My first PHP file. <BR>"; $msg2 = "PHP is interesting."; echo $msg1; echo $msg2; ?> </BODY> </HTML>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement