Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>Home</title>
- </head>
- <body>
- <h1>FriendNet - Home</h1>
- <br>
- <?php
- session_start();
- echo 'Welcome to FriendNet, ' . $_SESSION['firstName'] . '. What is on your mind?';
- ?>
- <br>
- A Text Box will go here
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment