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 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 > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php