Recent content by gjay17

  1. G

    How do I add radio buttons on php form?

    I only took off the email address. When the form is filled out only a few things are sent to my email Here's my scrip. <?php if ( isset ( $_POST [ 'buttonPressed' ])){ $to = email'; $subject = 'From PHP contact page' ; $message = $_POST [ "message" ]; $headers = 'From: ' . $_POST [...
  2. G

    Can I get a copy of a harassment report?

    I filed a harassment report at my job and they did an investigation. At the end a of the investigation they sent me a letter saying that action was taken (but did not say what action) and that the investigation was closed. When I asked to view the report from the investigation, they told me I...
Back
Top