我清理了,这是错误:
// validation expected data exists
if (!isset($_POST['name'])) { ||
/* !isset($_POST['last_name']) || */
!isset($_POST['email']) ||
/* !isset($_POST['telephone']) || */
!isset($_POST['comments'])
died('We are sorry, but there appears to be a problem with the form you submitted.');
错误说:
解析错误:语法错误,第 37 行 /home/kcorchid/public_html/Tap/Send_Comments.php 中的意外 T_BOOLEAN_OR ...
该行是:
if (!isset($_POST['name'])) { ||