hi there i keep getting error on this 
	this is the error
	line 88 is this 
	thanks to any one that help me with this
							
						
					Code:
	
	}
if($page>1){
$main.="<br/><a href=\"1.php?page=".($page-1)."&sid=$sid\"><-Prev</a> ";
}
if($page<$num_pages){
if($page==1)$main.="<br/>";
$main.="<a href=\"1.php?page=".($page+1)."&sid=$sid\">Next-></a>";
}
$main.="<br/>Page - $page/$num_pages</p>\n";
      $main.=getjumper($action, $sid,"index");
    }
    $main.="</p>";
Code:
	
	Parse error: syntax error, unexpected '>' in /home/*******/public_html/1.php on line 88
Code:
	
	$main.="<br/><a href=\"1.php?page=".($page-1)."&sid=$sid\"><-Prev</a> ";


Comment