Jump to content

mikebyrne

Members
  • Posts

    780
  • Joined

  • Last visited

Posts posted by mikebyrne

  1. Im looking to add a multiple choice exam section to my website, I need the following:

     

    1. Registration form

     

    Firstname

    Surname

    Date of Birth

    Dropdown menu with list of exams (2 different exams to select)

     

    Submit button - Puts details into database, emails newly created login details to user 

     

    2. Exam

     

    User clicks link sent by email to open test page

     

    The exam will contain 15 questions with mutiple choice answers

     

    Submit button - Displays result of test and emails result to me and user

     

     

    Could you please contact me with a quote for the above work

     

     

  2. I've implemented the following script into my page to disable users from right clicking

     

    <script language=JavaScript>
    <!--
    
    //Disable right mouse click Script
    //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
    //For full source code, visit http://www.dynamicdrive.com
    
    var message="Richt Click Disabled!";
    
    ///////////////////////////////////
    function clickIE4(){
    if (event.button==2){
    alert(message);
    return false;
    }
    }
    
    function clickNS4(e){
    if (document.layers||document.getElementById&&!document.all){
    if (e.which==2||e.which==3){
    alert(message);
    return false;
    }
    }
    }
    
    if (document.layers){
    document.captureEvents(Event.MOUSEDOWN);
    document.onmousedown=clickNS4;
    }
    else if (document.all&&!document.getElementById){
    document.onmousedown=clickIE4;
    }
    
    document.oncontextmenu=new Function("alert(message);return false")
    
    // --> 
    </script>
    

     

    The problem is when you right click the first time the message appears and seems to work correctly. If you right click again, the errorbox appears "Right Click Disabled" and underneath it "Prevent this page from creating additional dialogues" with a checkbox. All the user needs to do it tick the checkbox and they are able to right click.

     

    Is there a way I can stop this happening??

  3. My code now looks like this:

     

    <?php
    
    function curPageURL() {
    
    $pageURL = 'http';
    
    if ($_SERVER["HTTPS"] == "on") {$pageURL .= "s";}
    
    $pageURL .= "://";
    
    if ($_SERVER["SERVER_PORT"] != "80") {
    
    $pageURL .= $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"].$_SERVER["REQUEST_URI"];
    
    } else {
    
    $pageURL .= $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"];
    
    }
    
    return $pageURL;
    }
    // The form was submitted //
    if (isset($_POST['button'])) {
    
    if (isset($_REQUEST['name']) && $_REQUEST['name'] != '' && isset($_REQUEST['email']) && $_REQUEST['email'] != '' && trim($_REQUEST['enquiry']) != ''){
    
    
    $fun = array(
    
    'virusandmalwareremoval',
    
    'fullservice',
    
    'quickfix',
    
    'upgrade',
    
    'xbox360drivereplacement',
    
    'xbox360laserreplacement',	
    
    'xbox360rrodrepair',
    
    'ps3drivereplacement',
    
    'ps3laserreplacement',
    
    'ps3ylodrepair',
    
    'databackup',	
    
    'websites',
    
    'datarecovery',
    
    'networkinstallation',
    
    'mobilephoneissues',
    
    'emailconfiguration'
    
    );
    
    foreach ($fun as $value) {
    
    ${$value} = (isset($_REQUEST[$value]) ? $value . "\n" : '');
    
    }
    
    $name = $_REQUEST['name'];
    
    $email = $_REQUEST['email'];
    
    $enquiry = $_REQUEST['enquiry'];	
    
    if (ereg("[\r\n]", $name) || ereg("[\r\n]", $email)) {
    
    header( "Location: http://www.byrnecomputingservices.ie/" );	
    
    }
    
    $mailcontent = "Name: ".$name;
    
    $mailcontent.= "\n\nEmail: ".$email;
    
    $mailcontent.= "\n\nInterested in: \n". $virusandmalwareremoval . $fullservice . $quickfix . $upgrades . $xbox360drivereplacement . $xbox360laserreplacement . $xbox360rrodrepair . $ps3drivereplacement . $ps3laserreplacement . $ps3ylodrepair . $databackup . $websites . $datarecovery . $networkinstallation . $mobilephoneissues . $emailconfiguration;
    
    $mailcontent.= "\n\nEnquiry: " . $enquiry;
    
    if (mail( "info@byrnecomputingservices.ie", "Enquiry from Byrne Computing Services","$mailcontent", "From: $name <$email>" )) {
    
    header( "Location: http://www.parkersmedia.com/byrne/thankyou.shtml" );
    
    } else {
    
    echo 'Mail not sent';
    
    }
    
    else if ( isset ( $_POST [ 'button' ] )
    {
    
        // Required field error
        echo 'Required fields are empty';
    
        // Lets fine out which one(s)
        $nameError = ($_POST['name'] == '' ? true : false);
        $emailError = ($_POST['name'] == '' ? true : false);
        $enquiryError = ($_POST['name'] == '' ? true : false);
    }
    else
    {
        $nameError = false;
        $emailError = false;
    
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Byrne Computing Services</title>
    <link href="styles.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript" src="inc/jquery.js"></script>
    <script type="text/javascript" src="inc/easySlider.js"></script>
    <script type="text/javascript">
    
    $(document).ready(function(){
    
    $("#slider").easySlider();
    
    });
    
    </script>
    </head>
    
    <body>
    <div id="wrapper">
    
    <?php include ('inc_header.html'); ?>
    <?php include ('inc_scrollingimages.html'); ?>
      <div id="boxesholder">
      <?php include ('inc_specials.html'); ?>
      <div id="main">
        <div id="mainheader">
        
    Contact Us</div>
    
    <div id="maincontent2">
      
      <h2>Fill in the form below and we will contact you shortly.</h2>	
    
      <p><img src="images/binarycode.jpg" alt="Binary Code" width="167" height="600" class="images" /><form id="form1" name="form1" method="post" action="contact-us.php">
    
        <strong>Name: </strong><br />
          <input type="text" name="name" class="formsingle" id="name" value="<?php echo ($nameError ? 'Please enter a name' : ''); ?>" />
            <br />
            <br />
            <strong>Email:</strong><br />
            <input name="email" type="text" class="formsingle" id="emailaddress" value="<?php echo ($emailError ? 'Please enter an email Address' : ''); ?>" />
            <br />
            <br />
            <strong>Interested in:</strong><br />
      
        <table border="0" cellspacing="0" cellpadding="0" class="table">
          <tr>
            <td class="interestedin"><strong>Computer Repair</strong></td>
            <td class="interestedin"><strong>Console Repair</strong></td>
            <td class="interestedin"><strong>Other Services</strong></td>
            </tr>
          <tr>
            <td class="interestedin">
    
              <input name="virusandmalwareremoval" type="checkbox" class="formcheckbox" id="virusandmalwareremoval" value="virusandmalwareremoval" />
    
              <label for="virusandmalwareremoval">Virus and Malware Removal</label>
            </td>
            <td class="interestedin">
    
              <input name="xbox360drivereplacement" type="checkbox" class="formcheckbox" id="xbox360drivereplacement" value="xbox360drivereplacement" />
                  <label for="ps3drivereplacement">Xbox 360 Drive Replacement</label>
            </td>
            <td class="interestedin">
              <input name="databackup" type="checkbox" class="formcheckbox" id="databackup" value="databackup" />
                  <label for="databackup">Data Backup</label>
    
            </td>
            </tr>
          <tr>
            <td class="interestedin">
    
              <input name="fullservice" type="checkbox" class="formcheckbox" id="fullservice" value="fullservice" />
                  <label for="fullservice">Full Service</label>
    
            </td>
            <td class="interestedin">
    
              <input name="xbox360laserreplacement" type="checkbox" class="formcheckbox" id="xbox360laserreplacement" value="xbox360laserreplacement" />
                  <label for="ps3laserreplacement">Xbox 360 Laser Replacement</label>
    
            </td>
            <td class="interestedin">
    
              <input name="websites" type="checkbox" class="formcheckbox" id="websites" value="websites" />
                  <label for="websites">Web Design</label>
            </td>
            </tr>
          <tr>
            <td class="interestedin">
      
              <input name="quickfix" type="checkbox" class="formcheckbox" id="quickfix" value="quickfix" />
                  <label for="quickfix">Quick Fix</label>
      
            </td>
      
            <td class="interestedin">
              <input name="xbox360rrodrepair" type="checkbox" class="formcheckbox" id="xbox360rrodrepair" value="xbox360rrodrepair" />
                  <label for="ps3ylodrepair">Xbox 360 RROD Repair</label>
            </td>
            <td class="interestedin">
              <input name="datarecovery" type="checkbox" class="formcheckbox" id="datarecovery" value="datarecovery" />
                  <label for="datarecovery">Data Recovery</label>
            </td>
            </tr>
          <tr>
            <td class="interestedin">
    
              <input name="upgrades" type="checkbox" class="formcheckbox" id="upgrades" value="upgrades" />
              
              <label for="upgrades">Upgrades</label>
              </td>
            <td class="interestedin"><input name="ps3drivereplacement" type="checkbox" class="formcheckbox" id="ps3drivereplacement" value="ps3drivereplacement" />
      
              <label for="ps3drivereplacement">PS3 Drive Replacement</label></td>
    
            <td class="interestedin">
      
              <input name="networkinstallation" type="checkbox" class="formcheckbox" id="networkinstallation" value="networkinstallation" />
              <label for="networkinstallation">Network Installation</label>
              </td>
            </tr>
          <tr>
            <td> </td>
            <td class="interestedin"><input name="ps3laserreplacement" type="checkbox" class="formcheckbox" id="ps3laserreplacement" value="ps3laserreplacement" />
            PS3
              <label for="ps3laserreplacement"> Laser Replacement</label></td>
      
            <td class="interestedin">
      
              <input name="mobilephoneissues" type="checkbox" class="formcheckbox" id="mobilephoneissues" value="mobilephoneissues" />
      
              <label for="mobilephoneissues">Mobile Phone Issues</label>
              </td>
            </tr>
          <tr>
            <td> </td>
    
            <td class="interestedin"><input name="ps3ylodrepair" type="checkbox" class="formcheckbox" id="ps3ylodrepair" value="ps3ylodrepair" />
      
              <label for="ps3ylodrepair">PS3 YLOD Repair</label></td>
      
            <td class="interestedin">
      
              <input name="emailconfiguration" type="checkbox" class="formcheckbox" id="emailconfiguration" value="emailconfiguration" />
      
              <label for="emailconfiguration">Email Configuration</label></td>
            </tr>
          </table>
        <br />
        <strong>Enquiry: </strong><br />
            <textarea name="enquiry" class="formmulti" id="enquiry"></textarea>
            <br />
            <br />
            <input type="submit" name="button" id="button" value="Submit" />
          </form>
          </p>
      <p><br />
        </p>
    </div>
      </div>
    </div>
    <?php include ('inc_offers.html'); ?> 	
    <?php include ('inc_footer.html'); ?> 
    </body>
    </html>
    

     

    But it's throwing up syntax errors on lines 101 & 102

     

    else if ( isset ( $_POST [ 'button' ] )
    {
    

     

    Line 112

    else
    

     

    And 285

     

    <?php include ('inc_footer.html'); ?>
    

     

    Any help on fixing this would be great!

  4. Good point!

     

    At the present the opening screen has "Required fields are empty" on the top screen and the two error messages "Please enter....." are displayed.

     

    I presume the else statment is in the wrong place?

     

    <?php
    
    function curPageURL() {
    
    $pageURL = 'http';
    
    if ($_SERVER["HTTPS"] == "on") {$pageURL .= "s";}
    
    $pageURL .= "://";
    
    if ($_SERVER["SERVER_PORT"] != "80") {
    
    $pageURL .= $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"].$_SERVER["REQUEST_URI"];
    
    } else {
    
    $pageURL .= $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"];
    
    }
    
    return $pageURL;
    }
    // The form was submitted //
    if (isset($_POST['button'])) {
    
    if (isset($_REQUEST['name']) && $_REQUEST['name'] != '' && isset($_REQUEST['email']) && $_REQUEST['email'] != '' && trim($_REQUEST['enquiry']) != ''){
    
    
    $fun = array(
    
    'virusandmalwareremoval',
    
    'fullservice',
    
    'quickfix',
    
    'upgrade',
    
    'xbox360drivereplacement',
    
    'xbox360laserreplacement',	
    
    'xbox360rrodrepair',
    
    'ps3drivereplacement',
    
    'ps3laserreplacement',
    
    'ps3ylodrepair',
    
    'databackup',	
    
    'websites',
    
    'datarecovery',
    
    'networkinstallation',
    
    'mobilephoneissues',
    
    'emailconfiguration'
    
    );
    
    foreach ($fun as $value) {
    
    ${$value} = (isset($_REQUEST[$value]) ? $value . "\n" : '');
    
    }
    
    $name = $_REQUEST['name'];
    
    $email = $_REQUEST['email'];
    
    $enquiry = $_REQUEST['enquiry'];	
    
    if (ereg("[\r\n]", $name) || ereg("[\r\n]", $email)) {
    
    header( "Location: http://www.byrnecomputingservices.ie/" );	
    
    }
    
    $mailcontent = "Name: ".$name;
    
    $mailcontent.= "\n\nEmail: ".$email;
    
    $mailcontent.= "\n\nInterested in: \n". $virusandmalwareremoval . $fullservice . $quickfix . $upgrades . $xbox360drivereplacement . $xbox360laserreplacement . $xbox360rrodrepair . $ps3drivereplacement . $ps3laserreplacement . $ps3ylodrepair . $databackup . $websites . $datarecovery . $networkinstallation . $mobilephoneissues . $emailconfiguration;
    
    $mailcontent.= "\n\nEnquiry: " . $enquiry;
    
    if (mail( "info@byrnecomputingservices.ie", "Enquiry from Byrne Computing Services","$mailcontent", "From: $name <$email>" )) {
    
    header( "Location: http://www.parkersmedia.com/byrne/thankyou.shtml" );
    
    } else {
    
    echo 'Mail not sent';
    
    }
    
    } } else {
    
    // Required field error
    echo 'Required fields are empty';
    
    // Lets fine out which one(s)
    
    $nameError = ($_POST['name'] == '' ? true : false);
    
    $emailError = ($_POST['name'] == '' ? true : false);
    
    $enquiryError = ($_POST['name'] == '' ? true : false);
    }
    
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Byrne Computing Services</title>
    <link href="styles.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript" src="inc/jquery.js"></script>
    <script type="text/javascript" src="inc/easySlider.js"></script>
    <script type="text/javascript">
    
    $(document).ready(function(){
    
    $("#slider").easySlider();
    
    });
    
    </script>
    </head>
    
    <body>
    <div id="wrapper">
    
    <?php include ('inc_header.html'); ?>
    <?php include ('inc_scrollingimages.html'); ?>
      <div id="boxesholder">
      <?php include ('inc_specials.html'); ?>
      <div id="main">
        <div id="mainheader">
        
    Contact Us</div>
    
    <div id="maincontent2">
      
      <h2>Fill in the form below and we will contact you shortly.</h2>	
    
      <p><img src="images/binarycode.jpg" alt="Binary Code" width="167" height="600" class="images" /><form id="form1" name="form1" method="post" action="contact-us.php">
    
        <strong>Name: </strong><br />
          <input type="text" name="name" class="formsingle" id="name" value="<?php echo ($nameError ? 'Please enter a name' : ''); ?>" />
            <br />
            <br />
            <strong>Email:</strong><br />
            <input name="email" type="text" class="formsingle" id="emailaddress" value="<?php echo ($emailError ? 'Please enter an email Address' : ''); ?>" />
            <br />
            <br />
            <strong>Interested in:</strong><br />
      
        <table border="0" cellspacing="0" cellpadding="0" class="table">
          <tr>
            <td class="interestedin"><strong>Computer Repair</strong></td>
            <td class="interestedin"><strong>Console Repair</strong></td>
            <td class="interestedin"><strong>Other Services</strong></td>
            </tr>
          <tr>
            <td class="interestedin">
    
              <input name="virusandmalwareremoval" type="checkbox" class="formcheckbox" id="virusandmalwareremoval" value="virusandmalwareremoval" />
    
              <label for="virusandmalwareremoval">Virus and Malware Removal</label>
            </td>
            <td class="interestedin">
    
              <input name="xbox360drivereplacement" type="checkbox" class="formcheckbox" id="xbox360drivereplacement" value="xbox360drivereplacement" />
                  <label for="ps3drivereplacement">Xbox 360 Drive Replacement</label>
            </td>
            <td class="interestedin">
              <input name="databackup" type="checkbox" class="formcheckbox" id="databackup" value="databackup" />
                  <label for="databackup">Data Backup</label>
    
            </td>
            </tr>
          <tr>
            <td class="interestedin">
    
              <input name="fullservice" type="checkbox" class="formcheckbox" id="fullservice" value="fullservice" />
                  <label for="fullservice">Full Service</label>
    
            </td>
            <td class="interestedin">
    
              <input name="xbox360laserreplacement" type="checkbox" class="formcheckbox" id="xbox360laserreplacement" value="xbox360laserreplacement" />
                  <label for="ps3laserreplacement">Xbox 360 Laser Replacement</label>
    
            </td>
            <td class="interestedin">
    
              <input name="websites" type="checkbox" class="formcheckbox" id="websites" value="websites" />
                  <label for="websites">Web Design</label>
            </td>
            </tr>
          <tr>
            <td class="interestedin">
      
              <input name="quickfix" type="checkbox" class="formcheckbox" id="quickfix" value="quickfix" />
                  <label for="quickfix">Quick Fix</label>
      
            </td>
      
            <td class="interestedin">
              <input name="xbox360rrodrepair" type="checkbox" class="formcheckbox" id="xbox360rrodrepair" value="xbox360rrodrepair" />
                  <label for="ps3ylodrepair">Xbox 360 RROD Repair</label>
            </td>
            <td class="interestedin">
              <input name="datarecovery" type="checkbox" class="formcheckbox" id="datarecovery" value="datarecovery" />
                  <label for="datarecovery">Data Recovery</label>
            </td>
            </tr>
          <tr>
            <td class="interestedin">
    
              <input name="upgrades" type="checkbox" class="formcheckbox" id="upgrades" value="upgrades" />
              
              <label for="upgrades">Upgrades</label>
              </td>
            <td class="interestedin"><input name="ps3drivereplacement" type="checkbox" class="formcheckbox" id="ps3drivereplacement" value="ps3drivereplacement" />
      
              <label for="ps3drivereplacement">PS3 Drive Replacement</label></td>
    
            <td class="interestedin">
      
              <input name="networkinstallation" type="checkbox" class="formcheckbox" id="networkinstallation" value="networkinstallation" />
              <label for="networkinstallation">Network Installation</label>
              </td>
            </tr>
          <tr>
            <td> </td>
            <td class="interestedin"><input name="ps3laserreplacement" type="checkbox" class="formcheckbox" id="ps3laserreplacement" value="ps3laserreplacement" />
            PS3
              <label for="ps3laserreplacement"> Laser Replacement</label></td>
      
            <td class="interestedin">
      
              <input name="mobilephoneissues" type="checkbox" class="formcheckbox" id="mobilephoneissues" value="mobilephoneissues" />
      
              <label for="mobilephoneissues">Mobile Phone Issues</label>
              </td>
            </tr>
          <tr>
            <td> </td>
    
            <td class="interestedin"><input name="ps3ylodrepair" type="checkbox" class="formcheckbox" id="ps3ylodrepair" value="ps3ylodrepair" />
      
              <label for="ps3ylodrepair">PS3 YLOD Repair</label></td>
      
            <td class="interestedin">
      
              <input name="emailconfiguration" type="checkbox" class="formcheckbox" id="emailconfiguration" value="emailconfiguration" />
      
              <label for="emailconfiguration">Email Configuration</label></td>
            </tr>
          </table>
        <br />
        <strong>Enquiry: </strong><br />
            <textarea name="enquiry" class="formmulti" id="enquiry"></textarea>
            <br />
            <br />
            <input type="submit" name="button" id="button" value="Submit" />
          </form>
          </p>
      <p><br />
        </p>
    </div>
      </div>
    </div>
    <?php include ('inc_offers.html'); ?> 	
    <?php include ('inc_footer.html'); ?> 
    </body>
    </html>
    

  5. I'm looking for help with validating my "Contact Us" form. I want the form to be submitted only when the Name, Email and Enquiry fields are filled in. If they are not, I want the user to see what fields are missing.

     

    At present my code looks like:

     

    <?php
    
    function curPageURL() {
    
    
    
    $pageURL = 'http';
    
    
    
    if ($_SERVER["HTTPS"] == "on") {$pageURL .= "s";}
    
    
    
    $pageURL .= "://";
    
    
    
    if ($_SERVER["SERVER_PORT"] != "80") {
    
    
    
    
    
    $pageURL .= $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"].$_SERVER["REQUEST_URI"];
    
    
    
    } else {
    
    
    
    
    
    $pageURL .= $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"];
    
    
    
    }
    
    
    
    return $pageURL;
    }
    // The form was submitted //
    if (isset($_POST['button'])) {
    
    
    
    if (isset($_REQUEST['name']) && $_REQUEST['name'] != '' && isset($_REQUEST['email']) && $_REQUEST['email'] != '' && trim($_REQUEST['enquiry']) != ''){
    
    
    $fun = array(
    
    
    'virusandmalwareremoval',
    
    
    'fullservice',
    
    
    'quickfix',
    
    
    'upgrade',
    
    'xbox360drivereplacement',
    
    'xbox360laserreplacement',	
    
    'xbox360rrodrepair',
    
    'ps3drivereplacement',
    
    'ps3laserreplacement',
    
    'ps3ylodrepair',
    
    'databackup',	
    
    'websites',
    
    'datarecovery',
    
    'networkinstallation',
    
    'mobilephoneissues',
    
    'emailconfiguration'
    
    );
    
    
    
    foreach ($fun as $value) {
    
    ${$value} = (isset($_REQUEST[$value]) ? $value . "\n" : '');
    
    }
    
    $name = $_REQUEST['name'];
    
    
    
    
    
    $email = $_REQUEST['email'];
    
    
    
    
    
    $enquiry = $_REQUEST['enquiry'];
    
    
    
    
    
    
    
    
    
    
    if (ereg("[\r\n]", $name) || ereg("[\r\n]", $email)) {
    
    
    
    
    
    
    
    header( "Location: http://www.byrnecomputingservices.ie/" );
    
    
    
    
    
    }
    
    
    
    
    
    
    
    
    
    
    $mailcontent = "Name: ".$name;
    
    
    
    
    
    $mailcontent.= "\n\nEmail: ".$email;
    
    
    
    
    
    $mailcontent.= "\n\nInterested in: \n". $virusandmalwareremoval . $fullservice . $quickfix . $upgrades . $xbox360drivereplacement . $xbox360laserreplacement . $xbox360rrodrepair . $ps3drivereplacement . $ps3laserreplacement . $ps3ylodrepair . $databackup . $websites . $datarecovery . $networkinstallation . $mobilephoneissues . $emailconfiguration;
    
    
    
    
    
    $mailcontent.= "\n\nEnquiry: " . $enquiry;
    
    
    
    
    
    if (mail( "info@byrnecomputingservices.ie", "Enquiry from Byrne Computing Services","$mailcontent", "From: $name <$email>" )) {
    
    
    
    
    
    
    
    header( "Location: http://www.parkersmedia.com/byrne/thankyou.shtml" );
    
    
    
    
    
    } else {
    
    
    
    
    
    
    
    echo 'Mail not sent';
    
    
    
    
    
    }
    
    
    
    } } else {
    
    
    
    // Required field error
    
    
    
    echo 'Required fields are empty';
    
    
    
    // Lets fine out which one(s)
    
    
    
    $nameError = ($_POST['name'] == '' ? true : false);
    
    
    
    $emailError = ($_POST['name'] == '' ? true : false);
    
    
    
    $enquiryError = ($_POST['name'] == '' ? true : false);
    }
    
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Byrne Computing Services</title>
    <link href="styles.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript" src="inc/jquery.js"></script>
    <script type="text/javascript" src="inc/easySlider.js"></script>
    <script type="text/javascript">
    
    
    
    $(document).ready(function(){
    
    
    
    
    
    
    
    
    $("#slider").easySlider();
    
    
    
    });
    
    
    
    
    </script>
    </head>
    
    <body>
    <div id="wrapper">
    
    
    <?php include ('inc_header.html'); ?>
    <?php include ('inc_scrollingimages.html'); ?>
      <div id="boxesholder">
      <?php include ('inc_specials.html'); ?>
      <div id="main">
        <div id="mainheader">
        
    
    
    
    Contact Us</div>
      
    
    
    
    <div id="maincontent2">
      
    
    
    
      <h2>Fill in the form below and we will contact you shortly.</h2>
      
    
    
    
      <p><img src="images/binarycode.jpg" alt="Binary Code" width="167" height="600" class="images" /><form id="form1" name="form1" method="post" action="contact-us.php">
      
    
    
    
        <strong>Name: </strong><br />
    
    
    
          <input type="text" name="name" class="formsingle" id="name" value="<?php echo ($nameError ? 'Please enter a name' : ''); ?>" />
            <br />
            <br />
            <strong>Email:</strong><br />
            <input name="email" type="text" class="formsingle" id="emailaddress" value="<?php echo ($emailError ? 'Please enter an email Address' : ''); ?>" />
            <br />
            <br />
            <strong>Interested in:</strong><br />
      
    
    
    
        <table border="0" cellspacing="0" cellpadding="0" class="table">
      
    
    
    
          <tr>
      
    
    
    
            <td class="interestedin"><strong>Computer Repair</strong></td>
      
    
    
    
            <td class="interestedin"><strong>Console Repair</strong></td>
      
    
    
    
            <td class="interestedin"><strong>Other Services</strong></td>
    
    
    
            </tr>
      
    
    
    
          <tr>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="virusandmalwareremoval" type="checkbox" class="formcheckbox" id="virusandmalwareremoval" value="virusandmalwareremoval" />
      
    
    
    
              <label for="virusandmalwareremoval">Virus and Malware Removal</label>
      
    
    
    
            </td>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="xbox360drivereplacement" type="checkbox" class="formcheckbox" id="xbox360drivereplacement" value="xbox360drivereplacement" />
                  <label for="ps3drivereplacement">Xbox 360 Drive Replacement</label>
      
    
    
    
            </td>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="databackup" type="checkbox" class="formcheckbox" id="databackup" value="databackup" />
                  <label for="databackup">Data Backup</label>
      
    
    
    
            </td>
    
    
    
            </tr>
      
    
    
    
          <tr>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="fullservice" type="checkbox" class="formcheckbox" id="fullservice" value="fullservice" />
                  <label for="fullservice">Full Service</label>
      
    
    
    
            </td>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="xbox360laserreplacement" type="checkbox" class="formcheckbox" id="xbox360laserreplacement" value="xbox360laserreplacement" />
                  <label for="ps3laserreplacement">Xbox 360 Laser Replacement</label>
      
    
    
    
            </td>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="websites" type="checkbox" class="formcheckbox" id="websites" value="websites" />
                  <label for="websites">Web Design</label>
      
    
    
    
            </td>
    
    
    
            </tr>
      
    
    
    
          <tr>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="quickfix" type="checkbox" class="formcheckbox" id="quickfix" value="quickfix" />
                  <label for="quickfix">Quick Fix</label>
      
    
    
    
            </td>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="xbox360rrodrepair" type="checkbox" class="formcheckbox" id="xbox360rrodrepair" value="xbox360rrodrepair" />
                  <label for="ps3ylodrepair">Xbox 360 RROD Repair</label>
      
    
    
    
            </td>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="datarecovery" type="checkbox" class="formcheckbox" id="datarecovery" value="datarecovery" />
                  <label for="datarecovery">Data Recovery</label>
      
    
    
    
            </td>
    
    
    
            </tr>
      
    
    
    
          <tr>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="upgrades" type="checkbox" class="formcheckbox" id="upgrades" value="upgrades" />
      
    
    
    
              <label for="upgrades">Upgrades</label>
    
    
    
              </td>
      
    
    
    
            <td class="interestedin"><input name="ps3drivereplacement" type="checkbox" class="formcheckbox" id="ps3drivereplacement" value="ps3drivereplacement" />
      
    
    
    
              <label for="ps3drivereplacement">PS3 Drive Replacement</label></td>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="networkinstallation" type="checkbox" class="formcheckbox" id="networkinstallation" value="networkinstallation" />
      
    
    
    
              <label for="networkinstallation">Network Installation</label>
    
    
    
              </td>
    
    
    
    
            </tr>
      
    
    
    
          <tr>
      
    
    
    
            <td> </td>
      
    
    
    
            <td class="interestedin"><input name="ps3laserreplacement" type="checkbox" class="formcheckbox" id="ps3laserreplacement" value="ps3laserreplacement" />
      
    
    
    
            PS3
      
    
    
    
              <label for="ps3laserreplacement"> Laser Replacement</label></td>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="mobilephoneissues" type="checkbox" class="formcheckbox" id="mobilephoneissues" value="mobilephoneissues" />
      
    
    
    
              <label for="mobilephoneissues">Mobile Phone Issues</label>
    
    
    
              </td>
    
    
    
            </tr>
      
    
    
    
          <tr>
      
    
    
    
            <td> </td>
      
    
    
    
            <td class="interestedin"><input name="ps3ylodrepair" type="checkbox" class="formcheckbox" id="ps3ylodrepair" value="ps3ylodrepair" />
      
    
    
    
              <label for="ps3ylodrepair">PS3 YLOD Repair</label></td>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="emailconfiguration" type="checkbox" class="formcheckbox" id="emailconfiguration" value="emailconfiguration" />
      
    
    
    
              <label for="emailconfiguration">Email Configuration</label></td>
    
    
    
            </tr>
    
    
    
          </table>
      
    
    
    
        <br />
      
    
    
    
        
      
    
    
    
        <strong>Enquiry: </strong><br />
            <textarea name="enquiry" class="formmulti" id="enquiry"></textarea>
            <br />
            <br />
            <input type="submit" name="button" id="button" value="Submit" />
          </form>
          </p>
      
    
    
    
      
      
    
    
    
      <p><br />
    
    
    
        </p>
      
    
    
    
    </div>
      </div>
    </div>
    <?php include ('inc_offers.html'); ?> 	
    <?php include ('inc_footer.html'); ?> 
    </body>
    </html>
    

  6. Id like to have a link from my image to the webpage, code is below

     

        <div id="maincontent" style="margin-right:17px;">
        	<img src="images/subimage_network.jpg" alt="Network Installation" width="227" height="241" border="0"  />
          <div id="mainfooter">Network Installation</div>
        </div>
    

     

    I'd like a link to "network-installation.shtml" when the mouse hovers over. How do I code this?

     

    Any help would be great

  7. Where should the the below IF statement be located within the code?

     

    if ($_REQUEST['name'] == '') {
    $nameError = 'Please enter a name';
    }
    

     

    and is the below the correct way to code it?

     

    <input name="name" type="text" class="formsingle" id="name" value = "$nameError"  />
    

     

    Also, I'm not 100% sure what you mean by " "error" CSS class to the input,"

  8. I'm trying to get the form not to send unless the user includes there email address AND include some text in the "enquiry" box. At the moment the error message "Required fields are empty" appears when the submit button is pressed  :confused:

     

    <?php
    
    function curPageURL() {
    
    
    
    $pageURL = 'http';
    
    
    
    if ($_SERVER["HTTPS"] == "on") {$pageURL .= "s";}
    
    
    
    $pageURL .= "://";
    
    
    
    if ($_SERVER["SERVER_PORT"] != "80") {
    
    
    
    
    
    $pageURL .= $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"].$_SERVER["REQUEST_URI"];
    
    
    
    } else {
    
    
    
    
    
    $pageURL .= $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"];
    
    
    
    }
    
    
    
    return $pageURL;
    }
    // The form was submitted //
    if (isset($_POST['button'])) {
    
    
    
    if (isset($_REQUEST['name']) && $_REQUEST['name'] != '' && isset($_REQUEST['email']) && $_REQUEST['email'] != ''){
    
    
    $fun = array(
    
    
    'virusandmalwareremoval',
    
    
    'fullservice',
    
    
    'quickfix',
    
    
    'upgrade',
    
    'xbox360drivereplacement',
    
    'xbox360laserreplacement',	
    
    'xbox360rrodrepair',
    
    'ps3drivereplacement',
    
    'ps3laserreplacement',
    
    'ps3ylodrepair',
    
    'databackup',	
    
    'websites',
    
    'datarecovery',
    
    'networkinstallation',
    
    'mobilephoneissues',
    
    'emailconfiguration'
    
    );
    
    
    
    foreach ($fun as $value) {
    
    ${$value} = (isset($_REQUEST[$value]) ? $value . "\n" : '');
    
    }
    
    $name = $_REQUEST['name'];
    
    
    
    
    
    $email = $_REQUEST['email'];
    
    
    
    
    
    $enquiry = $_REQUEST['enquiry'];
    
    
    
    
    
    
    
    
    
    
    if (ereg("[\r\n]", $name) || ereg("[\r\n]", $email)) {
    
    
    
    
    
    
    
    header( "Location: http://www.parkersmedia.com/byrne" );
    
    
    
    
    
    }
    
    
    
    
    
    
    
    
    
    
    $mailcontent = "Name: ".$name;
    
    
    
    
    
    $mailcontent.= "\n\nEmail: ".$email;
    
    
    
    
    
    $mailcontent.= "\n\nInterested in: \n". $virusandmalwareremoval . $fullservice . $quickfix . $upgrades . $xbox360drivereplacement . $xbox360laserreplacement . $xbox360rrodrepair . $ps3drivereplacement . $ps3laserreplacement . $ps3ylodrepair . $databackup . $websites . $datarecovery . $networkinstallation . $mobilephoneissues . $emailconfiguration;
    
    
    
    
    
    $mailcontent.= "\n\nEnquiry: " . $enquiry;
    
    
    
    
    
    if (mail( "info@byrnecomputingservices.ie", "Enquiry from Byrne Computing Services","$mailcontent", "From: $name <$email>" )) {
    
    
    
    
    
    
    
    header( "Location: http://www.parkersmedia.com/byrne/thankyou.shtml" );
    
    
    
    
    
    } else {
    
    
    
    
    
    
    
    echo 'Mail not sent';
    
    
    
    
    
    }
    
    
    
    } else {
    
    
    
    
    
    echo 'Required fields are empty';
    
    
    
    }
    }
    
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Byrne Computing Services</title>
    <link href="styles.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript" src="inc/jquery.js"></script>
    <script type="text/javascript" src="inc/easySlider.js"></script>
    <script type="text/javascript">
    
    
    
    $(document).ready(function(){
    
    
    
    
    
    
    
    
    $("#slider").easySlider();
    
    
    
    });
    
    
    
    
    </script>
    </head>
    
    <body>
    <div id="wrapper">
    
    
    <?php include ('inc_header.html'); ?>
    <?php include ('inc_scrollingimages.html'); ?>
      <div id="boxesholder">
      <?php include ('inc_specials.html'); ?>
      <div id="main">
        <div id="mainheader">
        
    
    
    
    Contact Us</div>
      
    
    
    
    <div id="maincontent2">
      
    
    
    
      <h2>Fill in the form below and we will contact you shortly.</h2>
      
    
    
    
      <p><img src="images/binarycode.jpg" alt="Binary Code" width="167" height="600" class="images" /><form id="form1" name="form1" method="post" action="contact-us.php">
      
    
    
    
        <strong>Name: </strong><br />
    
    
    
          <input name="name" type="text" class="formsingle" id="name" />
            <br />
            <br />
            <strong>Email:</strong><br />
            <input name="email" type="text" class="formsingle" id="emailaddress" />
            <br />
            <br />
            <strong>Interested in:</strong><br />
      
    
    
    
        <table border="0" cellspacing="0" cellpadding="0" class="table">
      
    
    
    
          <tr>
      
    
    
    
            <td class="interestedin"><strong>Computer Repair</strong></td>
      
    
    
    
            <td class="interestedin"><strong>Console Repair</strong></td>
      
    
    
    
            <td class="interestedin"><strong>Other Services</strong></td>
    
    
    
            </tr>
      
    
    
    
          <tr>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="virusandmalwareremoval" type="checkbox" class="formcheckbox" id="virusandmalwareremoval" value="virusandmalwareremoval" />
      
    
    
    
              <label for="virusandmalwareremoval">Virus and Malware Removal</label>
      
    
    
    
            </td>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="xbox360drivereplacement" type="checkbox" class="formcheckbox" id="xbox360drivereplacement" value="xbox360drivereplacement" />
                  <label for="ps3drivereplacement">Xbox 360 Drive Replacement</label>
      
    
    
    
            </td>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="databackup" type="checkbox" class="formcheckbox" id="databackup" value="databackup" />
                  <label for="databackup">Data Backup</label>
      
    
    
    
            </td>
    
    
    
            </tr>
      
    
    
    
          <tr>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="fullservice" type="checkbox" class="formcheckbox" id="fullservice" value="fullservice" />
                  <label for="fullservice">Full Service</label>
      
    
    
    
            </td>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="xbox360laserreplacement" type="checkbox" class="formcheckbox" id="xbox360laserreplacement" value="xbox360laserreplacement" />
                  <label for="ps3laserreplacement">Xbox 360 Laser Replacement</label>
      
    
    
    
            </td>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="websites" type="checkbox" class="formcheckbox" id="websites" value="websites" />
                  <label for="websites">Web Design</label>
      
    
    
    
            </td>
    
    
    
            </tr>
      
    
    
    
          <tr>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="quickfix" type="checkbox" class="formcheckbox" id="quickfix" value="quickfix" />
                  <label for="quickfix">Quick Fix</label>
      
    
    
    
            </td>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="xbox360rrodrepair" type="checkbox" class="formcheckbox" id="xbox360rrodrepair" value="xbox360rrodrepair" />
                  <label for="ps3ylodrepair">Xbox 360 RROD Repair</label>
      
    
    
    
            </td>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="datarecovery" type="checkbox" class="formcheckbox" id="datarecovery" value="datarecovery" />
                  <label for="datarecovery">Data Recovery</label>
      
    
    
    
            </td>
    
    
    
            </tr>
      
    
    
    
          <tr>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="upgrades" type="checkbox" class="formcheckbox" id="upgrades" value="upgrades" />
      
    
    
    
              <label for="upgrades">Upgrades</label>
    
    
    
              </td>
      
    
    
    
            <td class="interestedin"><input name="ps3drivereplacement" type="checkbox" class="formcheckbox" id="ps3drivereplacement" value="ps3drivereplacement" />
      
    
    
    
              <label for="ps3drivereplacement">PS3 Drive Replacement</label></td>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="networkinstallation" type="checkbox" class="formcheckbox" id="networkinstallation" value="networkinstallation" />
      
    
    
    
              <label for="networkinstallation">Network Installation</label>
    
    
    
              </td>
    
    
    
    
            </tr>
      
    
    
    
          <tr>
      
    
    
    
            <td> </td>
      
    
    
    
            <td class="interestedin"><input name="ps3laserreplacement" type="checkbox" class="formcheckbox" id="ps3laserreplacement" value="ps3laserreplacement" />
      
    
    
    
            PS3
      
    
    
    
              <label for="ps3laserreplacement"> Laser Replacement</label></td>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="mobilephoneissues" type="checkbox" class="formcheckbox" id="mobilephoneissues" value="mobilephoneissues" />
      
    
    
    
              <label for="mobilephoneissues">Mobile Phone Issues</label>
    
    
    
              </td>
    
    
    
            </tr>
      
    
    
    
          <tr>
      
    
    
    
            <td> </td>
      
    
    
    
            <td class="interestedin"><input name="ps3ylodrepair" type="checkbox" class="formcheckbox" id="ps3ylodrepair" value="ps3ylodrepair" />
      
    
    
    
              <label for="ps3ylodrepair">PS3 YLOD Repair</label></td>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="emailconfiguration" type="checkbox" class="formcheckbox" id="emailconfiguration" value="emailconfiguration" />
      
    
    
    
              <label for="emailconfiguration">Email Configuration</label></td>
    
    
    
            </tr>
    
    
    
          </table>
      
    
    
    
        <br />
      
    
    
    
        
      
    
    
    
        <strong>Enquiry: </strong><br />
            <textarea name="enquiry" class="formmulti" id="enquiry"></textarea>
            <br />
            <br />
            <input type="submit" name="button" id="button" value="Submit" />
          </form>
          </p>
      
    
    
    
      
      
    
    
    
      <p><br />
    
    
    
        </p>
      
    
    
    
    </div>
      </div>
    </div>
    <?php include ('inc_offers.html'); ?> 	
    <?php include ('inc_footer.html'); ?> 
    </body>
    </html>
    

  9. I've just changed my .shtml file to .php but the #include files don't seem to be picked up? Any idea what I can do to solve this?

     

     

    <?php
    
    function curPageURL() {
    
    
    
    $pageURL = 'http';
    
    
    
    if ($_SERVER["HTTPS"] == "on") {$pageURL .= "s";}
    
    
    
    $pageURL .= "://";
    
    
    
    if ($_SERVER["SERVER_PORT"] != "80") {
    
    
    
    
    
    $pageURL .= $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"].$_SERVER["REQUEST_URI"];
    
    
    
    } else {
    
    
    
    
    
    $pageURL .= $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"];
    
    
    
    }
    
    
    
    return $pageURL;
    }
    // The form was submitted //
    if (isset($_POST['button'])) {
    
    
    
    if (isset($_REQUEST['name']) && $_REQUEST['name'] != '' && isset($_REQUEST['email']) && $_REQUEST['email'] != ''){
    
    
    $fun = array(
    
    
    'virusandmalwareremoval',
    
    
    'fullservice',
    
    
    'quickfix',
    
    
    'upgrade',
    
    'xbox360drivereplacement',
    
    'xbox360laserreplacement',	
    
    'xbox360rrodrepair',
    
    'ps3drivereplacement',
    
    'ps3laserreplacement',
    
    'ps3ylodrepair',
    
    'databackup',	
    
    'websites',
    
    'datarecovery',
    
    'networkinstallation',
    
    'mobilephoneissues',
    
    'emailconfiguration'
    
    );
    
    
    
    foreach ($fun as $value) {
    
    ${$value} = (isset($_REQUEST[$value]) ? $value . "\n" : '');
    
    }
    
    $name = $_REQUEST['name'];
    
    
    
    
    
    $email = $_REQUEST['email'];
    
    
    
    
    
    $enquiry = $_REQUEST['enquiry'];
    
    
    
    
    
    
    
    
    
    
    if (ereg("[\r\n]", $name) || ereg("[\r\n]", $email)) {
    
    
    
    
    
    
    
    header( "Location: http://www.parkersmedia.com/byrne" );
    
    
    
    
    
    }
    
    
    
    
    
    
    
    
    
    
    $mailcontent = "Name: ".$name;
    
    
    
    
    
    $mailcontent.= "\n\nEmail: ".$email;
    
    
    
    
    
    $mailcontent.= "\n\nInterested in: \n". $virusandmalwareremoval . $fullservice . $quickfix . $upgrades . $xbox360drivereplacement . $xbox360laserreplacement . $xbox360rrodrepair . $ps3drivereplacement . $ps3laserreplacement . $ps3ylodrepair . $databackup . $websites . $datarecovery . $networkinstallation . $mobilephoneissues . $emailconfiguration;
    
    
    
    
    
    $mailcontent.= "\n\nEnquiry: " . $enquiry;
    
    
    
    
    
    if (mail( "info@byrnecomputingservices.ie", "Enquiry from Byrne Computing Services","$mailcontent", "From: $name <$email>" )) {
    
    
    
    
    
    
    
    header( "Location: http://www.parkersmedia.com/byrne/thankyou.shtml" );
    
    
    
    
    
    } else {
    
    
    
    
    
    
    
    echo 'Mail not sent';
    
    
    
    
    
    }
    
    
    
    } else {
    
    
    
    
    
    echo 'Required fields are empty';
    
    
    
    }
    }
    
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Byrne Computing Services</title>
    <link href="styles.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript" src="inc/jquery.js"></script>
    <script type="text/javascript" src="inc/easySlider.js"></script>
    <script type="text/javascript">
    
    
    
    $(document).ready(function(){
    
    
    
    
    
    
    
    
    $("#slider").easySlider();
    
    
    
    });
    
    
    
    
    </script>
    </head>
    
    <body>
    <div id="wrapper">
    
    
    
    <!--#include file="inc_header.html" -->
      <!--#include file="inc_scrollingimages.html" -->
      <div id="boxesholder">
        <!--#include file="inc_specials.html" -->
      <div id="main">
        <div id="mainheader">
        
    
    
    
    Contact Us</div>
      
    
    
    
    <div id="maincontent2">
      
    
    
    
      <h2>Fill in the form below and we will contact you shortly.</h2>
      
    
    
    
      <p><img src="images/binarycode.jpg" alt="Binary Code" width="167" height="600" class="images" /><form id="form1" name="form1" method="post" action="contact-us.php">
      
    
    
    
        <strong>Name: </strong><br />
    
    
    
          <input name="name" type="text" class="formsingle" id="name" />
            <br />
            <br />
            <strong>Email:</strong><br />
            <input name="email" type="text" class="formsingle" id="emailaddress" />
            <br />
            <br />
            <strong>Interested in:</strong><br />
      
    
    
    
        <table border="0" cellspacing="0" cellpadding="0" class="table">
      
    
    
    
          <tr>
      
    
    
    
            <td class="interestedin"><strong>Computer Repair</strong></td>
      
    
    
    
            <td class="interestedin"><strong>Console Repair</strong></td>
      
    
    
    
            <td class="interestedin"><strong>Other Services</strong></td>
    
    
    
            </tr>
      
    
    
    
          <tr>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="virusandmalwareremoval" type="checkbox" class="formcheckbox" id="virusandmalwareremoval" value="virusandmalwareremoval" />
      
    
    
    
              <label for="virusandmalwareremoval">Virus and Malware Removal</label>
      
    
    
    
            </td>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="xbox360drivereplacement" type="checkbox" class="formcheckbox" id="xbox360drivereplacement" value="xbox360drivereplacement" />
                  <label for="ps3drivereplacement">Xbox 360 Drive Replacement</label>
      
    
    
    
            </td>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="databackup" type="checkbox" class="formcheckbox" id="databackup" value="databackup" />
                  <label for="databackup">Data Backup</label>
      
    
    
    
            </td>
    
    
    
            </tr>
      
    
    
    
          <tr>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="fullservice" type="checkbox" class="formcheckbox" id="fullservice" value="fullservice" />
                  <label for="fullservice">Full Service</label>
      
    
    
    
            </td>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="xbox360laserreplacement" type="checkbox" class="formcheckbox" id="xbox360laserreplacement" value="xbox360laserreplacement" />
                  <label for="ps3laserreplacement">Xbox 360 Laser Replacement</label>
      
    
    
    
            </td>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="websites" type="checkbox" class="formcheckbox" id="websites" value="websites" />
                  <label for="websites">Web Design</label>
      
    
    
    
            </td>
    
    
    
            </tr>
      
    
    
    
          <tr>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="quickfix" type="checkbox" class="formcheckbox" id="quickfix" value="quickfix" />
                  <label for="quickfix">Quick Fix</label>
      
    
    
    
            </td>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="xbox360rrodrepair" type="checkbox" class="formcheckbox" id="xbox360rrodrepair" value="xbox360rrodrepair" />
                  <label for="ps3ylodrepair">Xbox 360 RROD Repair</label>
      
    
    
    
            </td>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="datarecovery" type="checkbox" class="formcheckbox" id="datarecovery" value="datarecovery" />
                  <label for="datarecovery">Data Recovery</label>
      
    
    
    
            </td>
    
    
    
            </tr>
      
    
    
    
          <tr>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="upgrades" type="checkbox" class="formcheckbox" id="upgrades" value="upgrades" />
      
    
    
    
              <label for="upgrades">Upgrades</label>
    
    
    
              </td>
      
    
    
    
            <td class="interestedin"><input name="ps3drivereplacement" type="checkbox" class="formcheckbox" id="ps3drivereplacement" value="ps3drivereplacement" />
      
    
    
    
              <label for="ps3drivereplacement">PS3 Drive Replacement</label></td>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="networkinstallation" type="checkbox" class="formcheckbox" id="networkinstallation" value="networkinstallation" />
      
    
    
    
              <label for="networkinstallation">Network Installation</label>
    
    
    
              </td>
    
    
    
    
            </tr>
      
    
    
    
          <tr>
      
    
    
    
            <td> </td>
      
    
    
    
            <td class="interestedin"><input name="ps3laserreplacement" type="checkbox" class="formcheckbox" id="ps3laserreplacement" value="ps3laserreplacement" />
      
    
    
    
            PS3
      
    
    
    
              <label for="ps3laserreplacement"> Laser Replacement</label></td>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="mobilephoneissues" type="checkbox" class="formcheckbox" id="mobilephoneissues" value="mobilephoneissues" />
      
    
    
    
              <label for="mobilephoneissues">Mobile Phone Issues</label>
    
    
    
              </td>
    
    
    
            </tr>
      
    
    
    
          <tr>
      
    
    
    
            <td> </td>
      
    
    
    
            <td class="interestedin"><input name="ps3ylodrepair" type="checkbox" class="formcheckbox" id="ps3ylodrepair" value="ps3ylodrepair" />
      
    
    
    
              <label for="ps3ylodrepair">PS3 YLOD Repair</label></td>
      
    
    
    
            <td class="interestedin">
      
    
    
    
              <input name="emailconfiguration" type="checkbox" class="formcheckbox" id="emailconfiguration" value="emailconfiguration" />
      
    
    
    
              <label for="emailconfiguration">Email Configuration</label></td>
    
    
    
            </tr>
    
    
    
          </table>
      
    
    
    
        <br />
      
    
    
    
        
      
    
    
    
        <strong>Enquiry: </strong><br />
            <textarea name="enquiry" class="formmulti" id="enquiry"></textarea>
            <br />
            <br />
            <input type="submit" name="button" id="button" value="Submit" />
          </form>
          </p>
      
    
    
    
      
      
    
    
    
      <p><br />
    
    
    
        </p>
      
    
    
    
    </div>
      </div>
    </div>
      <!--#include file="inc_offers.html" -->
    
    
    
    <!--#include file="inc_footer.html" -->
    </body>
    </html>
    

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.