[PHP] Q:Syntax for a space? ...like \n is for new line???

2001-10-25 Thread Marcus James Christian
Hello, How do you call for a space in an email put out by mail(); ? Similar to the way we call \n newlines with backslash n?? Thanks, Marcus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

Re: [PHP] Q:Syntax for a space? ...like \n is for new line???

2001-10-25 Thread Steve Werby
Marcus James Christian [EMAIL PROTECTED] wrote: How do you call for a space in an email put out by mail(); ? Similar to the way we call \n newlines with backslash n?? Within an email create a space by typing or ' '. If you want 10 spaces do str_repeat( ' ', 10 ). If you wanted to create

Re: [PHP] Q:Syntax for a space? ...like \n is for new line???

2001-10-25 Thread Jim Lucas
the bad thing about using the #160, mac user won't be able to view this. mac uses a different ASCII set 160 isn't a space :) Jim - Original Message - From: Steve Werby [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, October 25, 2001 4:06 PM Subject: Re: [PHP]

Re: [PHP] Q:Syntax for a space? ...like \n is for new line???

2001-10-25 Thread Steve Werby
Jim Lucas [EMAIL PROTECTED] wrote: the bad thing about using the #160, mac user won't be able to view this. mac uses a different ASCII set 160 isn't a space :) Jim, Thanks for the info. I didn't realize that. I actually recently started using that instead of nbsp; a few months ago b/c I

Re: [PHP] Q:Syntax for a space? ...like \n is for new line???

2001-10-25 Thread Steve Werby
Jim Lucas [EMAIL PROTECTED] wrote: the bad thing about using the #160, mac user won't be able to view this. mac uses a different ASCII set 160 isn't a space :) Jim, Thanks for the info. I'll definitely have to research this further. I had been using nbsp; since '96 and only started using