Re: [PHP] "\n" is for a CR and for a Tab space is ? From: Alexander Skwar (ASkwar <email protected>)
Date: 12/29/00

So sprach Angel Behar am Thu, Dec 28, 2000 at 09:57:02AM -0800:
> need to use tab spaces, can any one tell me if there are a control character
> for tab space ?

\n isn't for CR, it's for LF (Linefeed). \r is CR :-)

\t is vertical tab.

Alexander Skwar

-- 
How to quote:	http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:	http://www.digitalprojects.com   |   http://www.iso-top.de
   iso-top.de - Die guenstige Art an Linux Distributionen zu kommen
		Uptime: 2 hours 48 minutes

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>