Another Undefined Index (this one's defined though)
问题 Alright, PHP is throwing this error (in the log) and it's quite detrimental to the application. PHP Notice: Undefined index: sessid in methods.php on line 7 Yes, I'm aware of what this error means, what I cannot figure out is why it's obviously defined and saying it's undefined. Here is the relevant code in methods.php $sessid = mysql_real_escape_string($_REQUEST['sessid']); Now before you go off and say that "NO IT'S UNDEFINED!!!", here is the POST request to the methods.php (and yes, I'm