I was wondering how can I add extra whitespace in php is it something like \\s please help thanks.
\\s
Is there a tutorial that list these kind of things th
when you add more space between double quotes or single quotes PHP takes only one white space ,so if you want to add more white space between words or strings use tab '\t' sequence
echo "\t";