Morris2 Posted October 26, 2011 Share Posted October 26, 2011 Hello! How do I insert the content of two different variables into the SAME field in a table? Let's say, that variable A contains the word "blue" and variable B contains the word "sky". How do I "merge" these to variables into only one variable containing the words "Blue Sky"? Best regards Morris Link to comment https://forums.phpfreaks.com/topic/249839-how-do-i-insert-the-content-of-two-different-variables-into-the-same-tablefield/ Share on other sites More sharing options...
trq Posted October 26, 2011 Share Posted October 26, 2011 $a . $b Link to comment https://forums.phpfreaks.com/topic/249839-how-do-i-insert-the-content-of-two-different-variables-into-the-same-tablefield/#findComment-1282401 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.