> ...And the reason is because of all those spaces between when the
PHP code
> execution ends (?>) and the "> that signifies the end of the value
> attribute.  The instant the PHP code processing stops, raw html code
> continues to be sent to the browser.  Thus, all those spaces, and
even the
> carriage-return, are being included at the end of whatever value PHP
sends
> and before the end-double-quotes.
> 

Thanks very much. That makes sense.

I am surprised at which browsers were willing to accept my poor
coding, and which were not. my extra spaces were ignored and let the
code work as I hoped: IE-Mac, Mozilla Mac, IE WINXP, Mozilla WIN all
accepted it. AOL on WIN XP and IE on WIN95 all rejected my code.

Anyway, thanks, now I know how to fix it.

Dale





The PHP_mySQL group is dedicated to learn more about the PHP_mySQL web database 
possibilities through group learning.  
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php_mysql/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to