vinod236 Posted March 10, 2009 Share Posted March 10, 2009 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 More sharing options...
trq Posted March 10, 2009 Share Posted March 10, 2009 Your missing a ; off the end of... $bol=isset($_POST['Submit1']) Link to comment https://forums.phpfreaks.com/topic/148746-parse-error/#findComment-781038 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.