The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
Changed form, now getting error - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: Changed form, now getting error (/showthread.php?tid=5310) |
Changed form, now getting error - larryb - Aug 26th, 2015 I got the following error after trying to submit a form that i had changed recently...and the link told me to post the issue onto this forum... Quote:Error Type: System More information...in the process.php file i added the following to generate a random student ID and password... PHP Code: function generateRandomString($length = 10) { ...then when process.php builds the query i added those two fields thusly... PHP Code: $query = " The most recent change that i did was to remove a textarea field and add some new text fields. Any help would be greatly appreciated. |