Hi a new bee to php,
Can any one help me,
i AM creating a login form which consists of name address and email id , what is the problem i have here is when entering datas into address field , it throws error as errorYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '2009-Mar-19',now() )' at line 1
.
I am some how identified the error . it didnt throws for all datas . it throws error for ex: my name is prawin alais 'tiger'. ie for ' '
and my address field code is as below
Address * </td><td><TEXTAREA ROWS="6" COLS="23" name="comp_add" title="Enter Your Addss"><?php echo $cadd; ?></textarea>.
and another important information to u :
this is my structure of php my admin
field :project_desc
type:varchar
length:255
should i need to change any thing in the structure to overcome error?