Thanks, that works great.

Knew that worked for JavaScript but didn't know it worked for PHP.

Giles Roadnight
http://giles.roadnight.name


-----Original Message-----
From: Richard Lynch [mailto:[EMAIL PROTECTED] 
Sent: 27 January 2005 17:07
To: John Holmes
Cc: Giles; php-general@lists.php.net
Subject: Re: [PHP] escaping quotes

John Holmes wrote:
> print("value="\" . $attributes["messageSubject"] . "\"");

Slight typo there:

"value=\"" . ...

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
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

Reply via email to