> 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: $host<br>User: $user<br>Password: $password");
>
> I've tried:
>
> print_r("Host: \t$host<br>User: $user<br>Password: $password");
>
> and god knows what else with the brackets etc.
>
> Any ideas...?
>
I think your understanding of print_r is a little fuzzy.
Try just using print.
--Matthew Sims
--<http://killermookie.org>
> --
> -----------------------------
> Michael Mason
> Arras People
> www.arraspeople.co.uk
> -----------------------------
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php