Home > Backend Development > PHP Tutorial > How to get the name value passed by the image button in php

How to get the name value passed by the image button in php

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-08-08 09:33:43
Original
1054 people have browsed it

How to get the name value passed by the image button in php

I need to use image buttons to beautify my web, but using the connection transfer method will cause variable values ​​to appear in the browser bar, which looks uncomfortable. If I use hidden to submit, I don’t think it is necessary, because since the image has the name attribute , it should be able to be obtained, why add an extra variable? I posted it on bbs for several days and no one answered, so I had to read the book and think of a solution, and then I found it!


If the image in the form is used as submit, two related variables will be generated, for example:

Then, during the submission process, two variables will be generated, aaa_x and aaa_y
It contains the specific position x and y of the picture on the screen
Then in php, you just need to judge aaa_x and aaa_y

No need for any hidden fields, javascript, and connection value passing behavior!


The above introduces how to obtain the name value passed by the image button in PHP, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.

Related labels:
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
Latest Issues
Image tag editing
From 1970-01-01 08:00:00
0
0
0
Show background image
From 1970-01-01 08:00:00
0
0
0
Modify image size
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template