Advertisement
Guest User

Untitled

a guest
Dec 29th, 2015
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <?php
  2. if ($about == 'Human Resources'){
  3. // form action email(sophiaw@jamaicainn.com, $subject, $message) then redirect to
  4. } else if ($about == 'Guest Relations'){
  5. // form action email(shickling@jamaicainn.com@jamaicainn.com, $subject, $message)
  6. } else if ($about == 'Spa'){
  7. // form action email(spa@jamaicainn.com, $subject, $message)
  8. } else if ($about == 'Marketing'){
  9. // form action email(tina@jamaicainn.com, $subject, $message)
  10. }else if ($about == 'Accounts'){
  11. // form action email(debra.freak@jamaicainn.com, $subject, $message)
  12. } else if ($about == 'Reservations') {
  13. // form action post(http://www.NavisTechnologies.info/Narrowcast2005/ELM/ELMContactPost.aspx)
  14. }
  15. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement