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
for adding space character you can use
echo "\x20\x20\x20"; ?>