Guest User

Untitled

a guest
Oct 15th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $button=$val
  2. ->type('integer') // it must be a number
  3. ->def(0) // default value is zero
  4. ->ifFailThenDefault() // if fails then, the button will be the default value=0
  5. ->post('frm_button'); // fetch the value
Add Comment
Please, Sign In to add comment