Jump to content

unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM


zelig

Recommended Posts

I can't seem to figure this error out... Any help would be appreciated!!

 

echo stripslashes($post['message']) . " --- stripslashes($post['username'])<br>\n" . " on stripslashes($post['time']) ."\n<hr width=90%>\n";

 

Basically, what I want it to say is:

 

'message' --- 'username' on 'time'

 

With, of course, 'message', 'username', and 'time' filled in with the info from the database.

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.