Garip x &

3 Cevap php

What are these x & y values that are being sent back with seemingly random values? After submitting my form, I output the _POST array using print_r() to make sure my form is being submitted properly.

Array ( 
[user] => Richard Testani 
[pass] => sdf 
[client] => Kim Ronemus Design 
[api] => 3425yrt 
[email] => rich@kimronemusdesign.com 
[x] => 88 
[y] => 34

)

I've seen this in other forms, but just ignored them. Right now Im on a Mac platform 10.5, running PHP5

Thanks Rich

3 Cevap

Lütfen input elemanı type="image" (veya image içeren bir button elemanı) daha sonra tıklama koordinatları gönderilecektir arasında ise cf. the specification.

EDIT If your input element had a name="something" the $_POST array would contain the keys something, something_x, and something_y.

Ben bu sorunu vardı. Senin yerine gerçek bir gönderme düğmesi düğmesini göndermek gibi bir görüntüyü kullanarak çünkü o olur.

"renkli" submit ile değiştirilmesi durumunda bu kadar <input type="image" src="submit.png" />