Hello,
I'm doing some PHP and MySQL, and have a very simple question.
How do you echo a long space? When I use echo " ": , it gets echo'd as only one space...
Using echo " "; echo " "; echo " "; doesn't help either.
Thanks in advance for answering :).
2Dcube
EDIT: what's funny is that every long space i typed here, got reduced to a single one as well... it's supposed to be: "____" that long..
I'm doing some PHP and MySQL, and have a very simple question.
How do you echo a long space? When I use echo " ": , it gets echo'd as only one space...
Using echo " "; echo " "; echo " "; doesn't help either.
Thanks in advance for answering :).
2Dcube
EDIT: what's funny is that every long space i typed here, got reduced to a single one as well... it's supposed to be: "____" that long..
Comment