Hi,
I am really stuck on this.
I have a texbox and a submit button, when the user types a number into this textbox and presses enter the variable ($x) will store that value.
Now when that same submit button is pressed i want another textbox to show whether that number is odd or even.
Here is...