Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. The error: syntax error, unexpected 'action' (T_STRING), expecting ',' or ';'
  2.  
  3.  
  4.  
  5.  
  6.  
  7. <?php if(isset($_SESSION[β€˜loggedin’])){
  8. echo β€˜<form action="postForm.php" method="post">
  9. <TextArea name="microBlog" id="microBlog" cols="30" rows="10">
  10. </TextArea>
  11. </br>
  12. <input type="submit">
  13. </form>’;
  14. }
  15. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement