* hugh danaher ([EMAIL PROTECTED]) [Feb 01. 2002 03:48]:

> I think you'll need something like this:
> VALUE=\'Your Name1\'       / /single quote marks I believe (and I certainly
> could be wrong).
> otherwise it'll truncate at 'Your'
> of course, if this is what you want...

(Not trying to pick on you, Hugh. <g>)

It'd be better just to write proper HTML/XHTML and use double quotes.

<?php
/* php scripting */
?>
<!-- HTML -->
<?php
/* back to php scripting */
?>

or just:

print '<input type="checkbox" value="Your Name1">';

But it would work with single quotes around attributes. I don't know if
it'd validate though.

-- 
Brian Clark | Avoiding the general public since 1805!
Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8
5 out of 4 people have trouble with fractions.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to