I have tried everything now what i need to do is place a space between a $results
echo "<p><h3>".$results['cname'].$results['csurname']."</h3>" .$results['msisdn']."</p>"
Betweeb cname and csurnname I need a spacing, Also i need to hide the msisdn not to display on the screen but it is required to work my page
Any suggestions would be greatly appreciated
You can simply put space using blank quotes like
However you can use
$results['msisdn']anywhere in the script. If you want to use it in form post use it as