scarlson Posted February 2, 2008 Share Posted February 2, 2008 Here is what I am trying to do but I am getting an error. I know I have the . in the wrong place more than likely but can't figure it out. print "<FONT COLOR = 'green'>"Garage Sale Date: " ".$value[$it_val]."</FONT><br />"; Thanks, Scott Quote Link to comment https://forums.phpfreaks.com/topic/89069-solved-problem-with-string-concat/ Share on other sites More sharing options...
scarlson Posted February 2, 2008 Author Share Posted February 2, 2008 I figured it out: print "<FONT COLOR = 'green'>Garage Sale Date: $value[$it_val]</FONT><br />"; Quote Link to comment https://forums.phpfreaks.com/topic/89069-solved-problem-with-string-concat/#findComment-456165 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.