codeigniter - T_STRING error on line that just says <?php -


So I am writing a script in codeigniter, and I get the following error message:

 < Code> Parse error: Syntax error, unexpected T_STRING on line 1 at /home/globalar/public_html/givinghusband.com/system/application/controllers/sizes.php  

The only problem: that line The only thing on this is:

  & lt; Php  

So I'm quite mysterious as to what's going on here? Did I type incorrect PHP or what?

There may be a problem with your editor when updating the file. I just had this problem and the editor removed all the line breaks.

If you are unsure then try to open your PHP file in any other editor or use Cpanel File Manager to take the peak.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

jquery - SimpleModal Confirm fails to submit form -