PHP页面给我错误,但我找不到错误

时间:2018-02-14 00:13:46

标签: php joomla syntax-error helix

SELECT fullname, company, id, 'e' as `Source`
FROM employees 
WHERE company = '$topCID' AND `id` != '$eid' 
UNION ALL 
SELECT fullname, company, id, 'u' 
FROM users 
WHERE company = '$topCID' 
ORDER BY RAND() 
LIMIT 6
嘿伙计们,我很难在这个问题上找到错误,请你帮忙。

1 个答案:

答案 0 :(得分:0)

该行代码应位于默认模板的index.php中。打开它,找到该行并在回显之前移动注释。