Re: [PHP] Quotes and Values

2001-01-18 Thread Josh G
, and hangovers to... suffering. - Original Message - From: "Chris Lee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 19, 2001 9:51 AM Subject: Re: [PHP] Quotes and Values > alot of people inside on escaping your double quotes, I dont,

Re: [PHP] Quotes and Values

2001-01-18 Thread Chris Lee
alot of people inside on escaping your double quotes, I dont, I use single quotes, its nicer to read. echo "\n"; echo "\n"; I find the prior easier to read. they both work 100% no quibles. Chris Lee Mediawaveonline.com ""Karl J. Stubsjoen"" <[EMAIL PROTECTED]> wrote in message 017b01c081a0$

Re: [PHP] Quotes and Values

2001-01-18 Thread Philip Olson
Hello Karl, This tutorial will be of use : Using Strings: -- http://www.zend.com/zend/tut/using-strings.php In short, three ways come to mind : $a = ""; $a = ''; $a = ""; Which wil

Re: [PHP] Quotes and Values

2001-01-18 Thread jeremy brand
your own Free, Private email at http://www.smackdown.com/ On Thu, 18 Jan 2001, Karl J. Stubsjoen wrote: > Date: Thu, 18 Jan 2001 15:44:06 -0700 > From: Karl J. Stubsjoen <[EMAIL PROTECTED]> > To: PHP Mailing List <[EMAIL PROTECTED]> > Subject: [PHP] Quotes and Values > >

Re: [PHP] Quotes and Values

2001-01-18 Thread Darryl Friesen
> $myVal = " > *trying to accomplish putting " qotes around my string values* Try $myVal = ""; or $myVal = ''; - Darryl -- Darryl Friesen, B.Sc., Programmer/Analyst[EMAIL PROTECTED] Education & Research Technology

[PHP] Quotes and Values

2001-01-18 Thread Karl J. Stubsjoen
Hello, I am trying to do this: $myVal = " *trying to accomplish putting " qotes around my string values* Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators,