Hi all,
I have two images on my html form - one for submit and the other for skip
with name="mode_skip".
In my php script I want to check if user clicked on skip image but
isset($_REQUEST["mode_skip"]) and !empty($_REQUEST["mode_skip"]) seems to
always return true.
In URL submitted I saw ...&mode_skip.x=X&mode_skip.y=Y.
How can I determin if skip image was clicked.
Thank you in advance.

Regards,

Andrew


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to