Forum Moderators: coopster
Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/11177/joerg/www.example.com/public_html/dynaform.php on line 240Warning: array_values() [function.array-values]: The argument should be an array in /home/11177/joerg/www.example.com/public_html/dynaform.php on line 241
These are the 2 corresponding lines in dynaform.php
$incoming_fields = array_keys($HTTP_POST_VARS);
$incoming_values = array_values($HTTP_POST_VARS); For reasons unknown to me it also said:
You have accessed DynaForm from an external domain - this is not allowed.I could get rid of this by changing a setting to allow access from external domains, although that does not seem like a good idea for security reasons.
I don't know much about php, any help would be much appreciated!