Hi,
I'm getting a syntax error when this script runs and I've spent hours looking at the damn thing. Can anyone spot the error, because I can't. Maybe I've got a case of "snow-blindness"
$sql = "INSERT INTO membersextra
(id,msa,adi,dia,iam,rospa,sim,adv,mot,dis,blk,aut,man,dul,pps,fem,int,ttc,gen,hgv,rac,bik,inf)
VALUES ('$id','$msa','$adi','$dia','$iam','$rospa','$sim','$adv','$mot','$dis','$blk','$aut','$man','$dul','$pps','$fem','$int','$ttc','$gen','$hgv','$rac','$bik','$inf')";
Many thanks
JG
ps. sorry it's laid out so badly, I couldn't get it to display each string on one line, I've attached a .txt file to make it easier to read if anyone wants to see it.