Jump to content

Parse error


vinod236

Recommended Posts

For below code i am getting parse error in 4th line ,please some body tell why i am getting this error.

 

<?PHP

 

$bol=isset($_POST['Submit1'])

if($bol) {

echo "sample";

}

 

 

?>

 

<FORM name ="form1" method ="post" action ="radio.php">

<Input type = "Submit" Name = "Submit1" VALUE = "Select a Radio Button">

</FORM>

Link to comment
https://forums.phpfreaks.com/topic/148746-parse-error/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.