Can anyone see what I’m doing wrong here?

 

<cfquery datasource="forums" name="addmember">

insert into members(Name,Email,Handle,login,password,allow,level,memberid)

values('#form.name#,'#form.email#','#form.handle#','#form.login#','#form.password#',#allow#,'#level#',#nextid#)

</cfquery>

 

All but ALLOW and NEXTID are text. ALLOW and NEXTID are numbers. ( 1 and 2 respectively )

Cold fusion is saying there is a syntax error

 

 

Reply via email to