, 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
Then you need to escape your double quotes:
$myVal = "";
or use the single quote equivilant:
$myVal = '';
or (PHP4 only)
$myVal = <<
EOT;
Jeremy
Jeremy Brand :: Sr. Software Engineer :: 408-245-9058 :: [EMAIL PROTECTED]
http://www.JeremyBrand.com/Jeremy/Brand/Jeremy_Brand.html for more
-
> $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
5 matches
Mail list logo