Write down the HTML form which prompts the user to enter value. In PHP, write script to find out whether value contains the integer, decimal-place number or string and display it to screen. If value is integer tell user if it is even or odd. Code the program using conditional operator. You can use ternary operator for this problem or a combination of ternary and conditional operators.