darkfreaks Posted December 25, 2008 Share Posted December 25, 2008 <?php ///error line $contact_message = "<b>"clean_post_vars($contact_subject)"</b><Br><br>"clean_post_vars($contact_message)"<br><br>Trade ID: "clean_post_vars($_POST[trade_id])"<br /><br />This message was sent to all "clean_post_vars($contact)", sent by "clean_post_var($username)"";?> any fixes would be appreciated. Link to comment https://forums.phpfreaks.com/topic/138399-solved-unexpexted-t_string/ Share on other sites More sharing options...
corbin Posted December 25, 2008 Share Posted December 25, 2008 $str = "string" . functionCall() . "someotherstring"; Gotta have the ".". That's PHP's concatenating symbol. Link to comment https://forums.phpfreaks.com/topic/138399-solved-unexpexted-t_string/#findComment-723620 Share on other sites More sharing options...
darkfreaks Posted December 25, 2008 Author Share Posted December 25, 2008 Solved! Link to comment https://forums.phpfreaks.com/topic/138399-solved-unexpexted-t_string/#findComment-723627 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.