Hello all
I am trying to create registration form. I am using wampserver 2.0. The code I am using is below. I am trying to fix that problem but I can't. Any help would be appreciated.

Error:
Parse error: parse error in C:\wamp\www\reg .php on line 20

Code:
<?php
if(isset($_POST['reg'])){
$name = strlen($_POST['nickas']);
if($name <= 3){
print "Prisijungimo vardo ilgis turi buti ne
...