$id = $_REQUEST[\'id\']; $Section = $_REQUEST[\'section\']; $Subject = $_REQUEST[\'subject\']; $type = $_REQUEST[\'type\']; $Start_date1 = isset($_REQUEST[\'startTxt
Please, for the love of the internet, don't built an SQL query yourself. Use PDO.