Date: 11/23/98
- Next message: Uwe Steinmann: "Re: [PHP-DEV] Support for PDF Forms ready, but...."
- Previous message: Lars Torben Wilson: "[PHP-DEV] Image submit underscores."
- In reply to: Lars Torben Wilson: "[PHP-DEV] Image submit underscores."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> Quick question: a coworker who is learning PHP just ran into the image
> submit dot=>underscore thing, and asked why this is done; I realized I
> don't know. So what's the official reason (which could go in the
> manual, too)?
Because a period is not a valid character in a variable name. A period is
in fact an operator.
-Rasmus
-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: Uwe Steinmann: "Re: [PHP-DEV] Support for PDF Forms ready, but...."
- Previous message: Lars Torben Wilson: "[PHP-DEV] Image submit underscores."
- In reply to: Lars Torben Wilson: "[PHP-DEV] Image submit underscores."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

