Logical Programming To check Leap Year – PHPMay 31, 20200 A leap year is a calendar year that contains an additional day added to keep the calendar year synchronized with…
Logical Programming To check odd or even using bitwise operator – PHPMay 31, 20200 We read in math Odd and Even numbers that is Odd numbers are whole numbers that cannot be divided exactly into pairs…
Logical Programming To check odd or even using modulo operator – PHPMay 30, 20200 We read in math Odd and Even numbers that is Odd numbers are whole numbers that cannot be divided exactly into pairs…
jQuery/Javascript Store Checkbox value to hidden input field using jQueryMay 28, 20200 To store or get selected checkbox value for further use such as fetching or sending data from server may be…