3 small PHP errors I cannot decipher
- by Dave
*Notice: Use of undefined constant _ - assumed '_' in /.../uploader.php on line 45*
Line 45
$newname = str_replace(array(' ', '&'), array('_', 'and'), trim( strip_tags( $_POST['name'] ) ) ) . _ . $formKey->generateKey() . '_' . time() . '.jpg';
Notice: Undefined index: approve in /.../uploader.php on line 81
Line 81 - the second last…