I have script which produces out in a table but the address is coming out as
Eg: 5 Brown RoadWhitleyWigan
This is the code which produced the above
$propertyaddress = $array[' propertyadd1'] . $array[ 'propertyadd2']. $array[ 'propertyadd3']. $array[ 'postcode'];
How do I get a space between Road and Whitley ad between Whitley and Wigan?