, 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,
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$
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
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
>
>
> $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
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,
6 matches
Mail list logo