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?

As always... Thanks in advance my friends.
- Shane

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to