Missing EOF at ,

0
Hi I am trying to insert data into mysql database. i am getting data from UI and storing in variables and using that varibale to insert into table mysql.   i would appreciate if anyone help me in solving this issue.
asked
2 answers
0

Hi, You are missing a + sign after $Name (&  $Mobileno).

answered
1

Hi,

Try the below

'values('''+$Name+','+$MobileNO+','+$gender+')'

 

answered