receiving unexpected t_string

  1. K

    Error “Receiving unexpected T_STRING”

    You are getting this error because .html files are parsed as PHP file because you are using these tags "<?" or "?>" in your .html file. If you will remove these symbols from your file then this error will be resolved.
Top