Caesar Cipher

  1. Design a PHP program to implement the Caesar Cipher.
  2. The HTML form will consist of
    1. A TEXTAREA for users to input a message,
    2. An INPUT field to input a key (positive integer), and
    3. A SUBMIT button.
  3. After the user click the SUBMIT button, the program displays the encrypted message.