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 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 />"; 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
Archived
This topic is now archived and is closed to further replies.