<?php
if (isset($_POST['3']))
{
$line=$_POST['line'];
if($line=='a;sldkfj')
{
print"Perfect!";
print"correct Way- a;sldkfj";
print"Your Line- $line";
}
else
{
print"Correct way- a;sldkfj";
print"Your Line- $line"
}
?>
cannot see any thing wrong with this here is error message
Parse error: parse error, unexpected '}' in /usr/home/ssg300/public_html/key3.php on line 17