Hi,
I am doing up a webpage which has a dropdown box with 13 choices(13 different department names eg. A, B, C..) to allow user to insert into database. However, instead of inserting just "department name", it insert "department name," into the database.
Eg. What i want to see in database is A but i get A, instead.
I have checked my SQL statement and there is no "," which should not have been there. Is there anywhere else i should be looking out for in order to correct this problem?
Thank you.
I am doing up a webpage which has a dropdown box with 13 choices(13 different department names eg. A, B, C..) to allow user to insert into database. However, instead of inserting just "department name", it insert "department name," into the database.
Eg. What i want to see in database is A but i get A, instead.
I have checked my SQL statement and there is no "," which should not have been there. Is there anywhere else i should be looking out for in order to correct this problem?
Thank you.