i tryed
Code: Select all
if( $_REQUEST['submit'] != '' ){
}
if( $_REQUEST['submit'] != '' && isset($_REQUEST['eval'] ) {
}this is the error
<input type="checkbox" name="eval" value="eval" />
<input type="submit" name="submit" value="Generate" />
Parse error: syntax error, unexpected '{' in /web/administration/test.php on line 114