Hello, all
I wanted to format my output,
for example:
$msg = "Name\t\tPhone\t\tAddress\n\n";
echo $msg;
but the \t and \n failed to work properly. I mean there is no space between 'Name', 'Phone' and 'address' and there is no new line after 'Address'.
Any suggestions?
Thanks.