Advertisement
Guest User

Untitled

a guest
Mar 30th, 2012
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.31 KB | None | 0 0
  1. [esa@esaDev grapher]$ cat test.php
  2. <?php
  3.     if($_GET['sizex'] == null) {
  4.         $sizex = 200;
  5.     } else {
  6.         $sizex = $_GET['sizex']
  7.     }
  8. ?>
  9. [esa@esaDev grapher]$ php test.php
  10. PHP Parse error:  syntax error, unexpected '}' in /var/www/html/grapher/test.php on line 6
  11. [esa@esaDev grapher]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement