it is usually " but feeling too much tired it could be because tonight i don't have cig please resolve for me $defination = 'Hello ' stripslashes($defined["table_fieled"]) '<br> A New TEXT "' $defined_TT '" Has Started on ' $definedSite '<br> The defined text sends: $' $defined ' text text <br> login to your account <br>follow defined textual instruction and you are done <br>' $URL ; PHP: syntax error, unexpected T_STRING let me dream Thanks in advance
You forgot to concatenate the strings with a dot -- . $defination = 'Hello ' . stripslashes($defined["table_fieled"]) . '<br> A New TEXT "' . $defined_TT . '" Has Started on ' . $definedSite . '<br> The defined text sends: $' . $defined . ' text text <br> login to your account <br>follow defined textual instruction and you are done <br>' . $URL ; Code (markup):