Date: 12/29/00
- Previous message: Mukul Sabharwal: "Re: [PHP] How setcookie and header can be used together?"
- In reply to: Angel Behar: "[PHP] "\n" is for a CR and for a Tab space is ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message: Mukul Sabharwal: "Re: [PHP] How setcookie and header can be used together?"
- In reply to: Angel Behar: "[PHP] "\n" is for a CR and for a Tab space is ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

