Jump to content

[SOLVED] erro


jkkenzie

Recommended Posts

I have the following line of code:

class htmlMimeMail5
{
    /**
    * The html part of the message
    * @var string
    */
    private $html;

    /**
    * The text part of the message(only used in TEXT only messages)
    * @private string
    */
    private $text;

 

I get the following error at the line with  private $html;

 

Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /mnt/w......

 

What could be the problem?

 

 

Link to comment
https://forums.phpfreaks.com/topic/144038-solved-erro/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.