I am getting error
#1064 - You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near '"insert into all_booking(name,address,event_type,hallNo,arrival_time,arrival_da' at line 1
Query I tried
insert into hall_booking(name,address,event_type,hallNo,arrival_time,
arrival_date,dep_time,dep_date,identity,emailid,
contact,total_members,desc,catering,service,
decoration,other) values
('$nm','$add','$typ','$roomno','$arrv',
'$arrivaldate','$departure','$dDate','$idt','$emailid',
'$cont','$desc','200','200','200',
'200')"