i thought i'd make my form a little more secure with
PHP Code:
if (isset($source)) {
if ($source == '$PHP_SELF?projectid=$projectid') {
at the top of the handler, however the else of both query's shows you an error message
and since i'm considentantly getting this error message everytime i try and do something through the form, i'm wondering what i'm doing wrong?