When I try to use the tag, but $foo_PHP tutorial

WBOY
Release: 2016-07-13 10:53:23
Original
929 people have browsed it

When sending a form, it may use an image as a submit button, as shown below:
When the user presses any point on the image When the form is sent back to the server, it also contains two additional variables foo.x and foo.y.
Because foo.x and foo.y are problematic names in PHP, they are automatically converted into variables $foo_x and $foo_y. It is converted during PHP processing.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/632412.htmlTechArticleWhen sending a form, it may use an image as a submit button, as shown below: <input type=" image" SRC="image.gif" NAME="foo">When the user clicks on any point of the image, accompanied by...
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template