FileZilla is saying there is an error in the W3.org link!
Posted
by Anonymous the Great
on Stack Overflow
See other posts from Stack Overflow
or by Anonymous the Great
Published on 2010-06-11T01:34:05Z
Indexed on
2010/06/11
1:42 UTC
Read the original article
Hit count: 206
I just got my free web hosting set up (trigoblocks.comuf.com), I connected via FileZilla FTP and uploaded my files. The error I get is "Parse error: syntax error, unexpected T_STRING in /home/a3639879/public_html/header.php on line 1". Header.php line 1-2:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"DTD/xhtml1-strict.dtd">
I do not get this error while on localhost with XAMPP.
© Stack Overflow or respective owner