Is it possible to have a button that displays something different then the value it's passing?
Code: Select all
<input type="submit" name="ban" value="userUID">Any thoughts?
Thanks!
-- Abe --
P.S. My apologies if this should be in the PHP forums.
Moderator: General Moderators
Code: Select all
<input type="submit" name="ban" value="userUID">Code: Select all
<input type="hidden" name="userID" value="125" /><input type="submit" value="Ban/Unban" />