I can write a string to the screen, but if i want to put tabs between them, php will print ONLY ONE space instead of the tab. if i replace the '\t' with 50 spaces, the screen will only output one. im trying to create a tree like structure like the following
element one
** response to element one
element two
** response to element two
each of the tabs is reduced to one character. can anyone help??
2007-07-06
08:39:35
·
4 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design