This is the error message that i'm getting.
Parse error: parse error, unexpected T_STRING in /home/httpd/vhosts/turquoisepueblo.com/httpdocs/include/error.inc on line 8
__XTemplate fatal error: file [header.xtpl] does not exist
This is my code and I cannot find the error, any thoughts or ideas.
// Trigger an error condition
function showerror()
{
if (mysql_errno() || mysql_error())
trigger_error("MySQL error: " .
mysql_errno() .
" : " mysql_error(),
E_USER_ERROR);
else
trigger_error("Could not connect to DBMS",
E_USER_ERROR);