Read a tutorial about using strings here:
http://www.zend.com/zend/tut/using-strings.php
The manual also talks about them:
http://www.php.net/manual/en/language.types.string.php
Regards,
Philip Olson
On Fri, 24 May 2002, Shane wrote:
> Question Please.
>
> What is the syntax for getti
IL PROTECTED]]
> Sent: Friday, May 24, 2002 7:21 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] HELP!!! QUOTES!
>
> Question Please.
>
> What is the syntax for getting double quotes to appear in an echo
> statement.
>
> EXAMPLE:
>
> echo "My dog has
ll make you worse; however, if I treat you
as though you are what you are capable of becoming, I help you become that."
- Johann Wolfgang von Goethe
> From: "Shane" <[EMAIL PROTECTED]>
> Date: Fri, 24 May 2002 16:20:45 -0700
> To: <[EMAIL PROTECTED]>
> Subj
echo "My dog has "\fleas"\";
- Original Message -
From: "Shane" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, May 25, 2002 9:20 AM
Subject: [PHP] HELP!!! QUOTES!
Question Please.
What is the syntax for getting double quote
Question Please.
What is the syntax for getting double quotes to appear in an echo statement.
EXAMPLE:
echo "My dog has 'fleas'";
puts out... My dog has 'fleas'
But I need it to put out... My dog has "fleas" (NOTE DOUBLE QUOTES)
(So I can call a JavaScript function)
What am I missing here?
5 matches
Mail list logo