Re: [PHP] TAB Syntax

2004-06-29 Thread Matthew Sims
> I know I'm probably going to get flamed for this but it is only a > development site but I am having some trouble getting the syntax right for > using the tab when echoing information. My current command is: > > print_r("Host: $hostUser: $userPassword: $password"); > > I've tried: > > print_r

[PHP] TAB Syntax

2004-06-29 Thread Harlequin
I know I'm probably going to get flamed for this but it is only a development site but I am having some trouble getting the syntax right for using the tab when echoing information. My current command is: print_r("Host: $hostUser: $userPassword: $password"); I've tried: print_r("Host: \t$hostUs