09-12-2014, 06:14 AM
[eluser]thefatladysingsopera[/eluser]
I have the following code,
but when i,the values $greet.' '.$row->sender are being left out and only although i have concatenated them.
I have the following code,
Code:
foreach ($query->result() as $row){
$greet = 'Bon Jour';
$x = $greet.' '.$row->sender .' '.$combined_message;
}
but when i
Code:
echo x
Code:
$combined_message