Error in php_errorlog - chronocontact.php(53) : eval()'d cod

six73 03 Jan, 2011
hi, i have this error in php_errorlog...
chronocontact.php(53) : eval()'d code on line 24
How to solve this problem?
GreyHead 03 Jan, 2011
Hi six73,

You probably have a dash '-' (or some other special character) in one of your input names. Dashes give ChronoForms and MySQL problems. Please rename the input using only [a-z], [A-Z], [0-9] or underscore '_'. No dashes, spaces or other special characters.

Bob
six73 03 Jan, 2011
thanks for your support..

in form name i don't have special characters and spaces.. the name all form are normal characters and underscore
GreyHead 03 Jan, 2011
Hi six73,

Hard to tell - you sent me links to two different forms, one of them has input names including spaces e.g. name="Monitoraggio_stili di vita".

The error you are seeing is caused by something that is breaking the MySQL query - usually the explanation is the one that I posted.

Bob
This topic is locked and no more replies can be posted.