To view the terms under which this email is distributed, please go to 
http://disclaimer.leedsmet.ac.uk/email.htm



On 27 January 2005 12:14, Giles wrote:

> Hi Guys
> 
> Really simple question. How do I change the following:
> 
> print("value='" . $attributes["messageSubject"] . "'");
> 
> to have double quotes around the subject field instead. i.e.:
> 
> print("value="" . $attributes["messageSubject"] . """);

print('value="' . $attributes["messageSubject"] . '"');

Cheers!

Mike

---------------------------------------------------------------------
Mike Ford,  Electronic Information Services Adviser,
Learning Support Services, Learning & Information Services,
JG125, James Graham Building, Leeds Metropolitan University,
Headingley Campus, LEEDS,  LS6 3QS,  United Kingdom
Email: [EMAIL PROTECTED]
Tel: +44 113 283 2600 extn 4730      Fax:  +44 113 283 3211 

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

Reply via email to