GoDaddy's webformmailer.php on my site is not working

I am stuck.  I created a site for a client and uploaded it to the GoDaddy server so they could also do updates on their HTML editor.  I used the GoDaddy webformmailer.php code they provide and it did work initally.  We tested it several times a few months ago and the test emails were coming through.  We did an update on the site, not touching the webformmailer.php code, and now it is not working.  She even had about 15-20 people say on Facebook that they used the contact page to send messages. 
I reached out to GoDaddy twice so far, both times with run-around answers:
Maybe the form was blank that was submitted...
Add a captcha to it so it verify's that it is indeed a human...
Can someone help me out here?  Has anyone else had this issue?  I am not .php or SQL savy, just breaking ground with it, but, obviously it worked before, something happened on GoDaddy's end to make it not work now.  Here is the code (what is italicized and in red is GoDaddy's code I copied and pasted):
<!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>Anthony's Bar &amp; Grill</title>
<link href="contact.css" rel="stylesheet" type="text/css" />
<script src="http://maps.google.com/maps/api/js?sensor=true" type="text/javascript"></script>
<script type="text/xml">
<!--
<oa:widgets>
  <oa:widget wid="2187524" binding="#mapCanvas" />
</oa:widgets>
-->
</script>
</head>
<body>
<div class="container">
  <div class="header"><a href="home.html" target="_parent"><img src="myicons/images/anthonysHeader.png" alt="header" width="500" height="150" hspace="250" /></a>
<!-- end .header --></div>
<div class="nav"><a href="home.html" target="_parent"><img src="myicons/images/home.png" alt="home" width="125" height="75" hspace="10" /></a><a href="menu.html" target="_parent"><img src="myicons/images/menu.png" alt="menu" width="125" height="75" hspace="40" /></a></a> <a href="specials.html" target="_parent"><img src="myicons/images/specials.png" alt="specials" width="130" height="75" hspace="30" /></a> <a href="livemusic.html" target="_parent"><img src="myicons/images/liveMusic.png" alt="liveMusic" width="160" height="75" hspace="20" /></a> <a href="photos.html" target="_parent"><img src="myicons/images/photos.png" alt="photos" width="125" height="75" hspace="30" /></a><!-- end of .nav --></div>
  <div class="content">
  <div class="form">
  <form action="/webformmailer.php" method="post">
<input type="hidden" name="subject" value="Submission" />
<input type="hidden" name="redirect" value="thankyou.html" />
First Name:
<input type="text" name="FirstName" /><br />
Last Name: <input type="text" name="LastName" /><br />
Email:        <input type="text" name="email" /><br />
We'd love to hear from you! Leave us your comments: <br />
<textarea name="comments" cols="50" rows="10"></textarea><br />
                <input type="submit" name="submit" value="submit"/>
<input type="hidden" name="form_order" value="alpha"/> <input type="hidden" name="form_delivery" value="hourly_digest"/> <input type="hidden" name="form_format" value="html"/> 
</form>
  </div>
  <h3>10371 Southern Maryland Blvd.
      <br />
      Dunkirk, MD, 20754<br />
  301-327 5219 and/or 301-327-5520<br />
  </h3>
  <div id="mapCanvas" style="width:530px; height:300px; min-width:530px; min-height:300px"></div>
  <script type="text/javascript">
// BeginOAWidget_Instance_2187524: #mapCanvas
            // initialize the google Maps
     function initializeGoogleMap() {
                    // set latitude and longitude to center the map around
                    var latlng = new google.maps.LatLng(38.72055,
                                                                                                              -76.65971);
                    // set up the default options
                    var myOptions = {
                      zoom: 17,
                      center: latlng,
                      navigationControl: true,
                      navigationControlOptions:
                                {style: google.maps.NavigationControlStyle.DEFAULT,
                               position: google.maps.ControlPosition.TOP_LEFT },
                      mapTypeControl: true,
                      mapTypeControlOptions:
                                {style: google.maps.MapTypeControlStyle.HORIZONTAL_BAR,
                               position: google.maps.ControlPosition.TOP_RIGHT },
                      scaleControl: true,
                       scaleControlOptions: {
                            position: google.maps.ControlPosition.BOTTOM_LEFT
                      mapTypeId: google.maps.MapTypeId.ROADMAP,
                      draggable: true,
                      disableDoubleClickZoom: false,
                      keyboardShortcuts: true
                    var map = new google.maps.Map(document.getElementById("mapCanvas"), myOptions);
                    if (false) {
                              var trafficLayer = new google.maps.TrafficLayer();
                              trafficLayer.setMap(map);
                    if (false) {
                              var bikeLayer = new google.maps.BicyclingLayer();
                              bikeLayer.setMap(map);
                    if (true) {
                              addMarker(map,37.7715,-122.4,"We are here");
            window.onload = initializeGoogleMap();
           // Add a marker to the map at specified latitude and longitude with tooltip
           function addMarker(map,lat,long,titleText) {
                      var markerLatlng = new google.maps.LatLng(lat,long);
                     var marker = new google.maps.Marker({
                          position: markerLatlng,
                          map: map,
                          title:"We are here",
                              icon: "http://code.google.com/apis/maps/documentation/javascript/examples/images/beachflag.png"});  
// EndOAWidget_Instance_2187524
  </script> <a href="https://www.facebook.com/pages/Anthonys-Bar-and-Grill/53652420587?fref=ts" target="_new"><img src="myicons/images/facebook.png" alt="facebook" width="99" height="99" vspace="50" /></a> <a href="https://twitter.com/CharleneWard10" target="_new"><img src="myicons/images/twitter.png" alt="twitter" width="100" height="100" vspace="50" /></a><!-- end .content --></div>
  <div class="footer">
  <p><a href="home.html" target="_parent">Home</a> • <a href="menu.html" target="_parent">Menu</a> • <a href="specials.html" target="_parent">Specials</a> • <a href="livemusic.html" target="_parent">Live Music</a> • <a href="photos.html" target="_parent">Photos</a> • <a href="contact.html" target="_parent">Contact</a> • <a href="platters.html" target="_parent">Platters</a></p>
  <!-- end .footer --></div>
  <!-- end .container --></div>
</body>
</html>

I've tested your core code (the php that's in red) on a GoDaddy account that includes the PHP script, and the script works. I simply pasted it within the <body> tags of a rudimentary HTML file (empty <head> and no other code).
However, I agree with those who have said there are better form-handling options, and because form-handling is such a fundamental website feature, I am beginning also to agree with MurraySummers that GD is not a service I'd recommend.  For more than a decade, I've enjoyed using a CGI program called CGIEmail (which I think was originally published by MIT), but GoDaddy has nothing like it. The form data arrives in a text email, not an awkward attachment, and can be arranged in any order, accompanied by any text you want (e.g., instructions, verbose field names, HTML tags and text, CSV record line, whatever, including more than on of these formats in a single email), and can send to any email address(s) you specify. Different forms can send to different addresses, which are specified in the a forms' formatting file, which is a txt file, stored in a restricted directory. (GoDaddy has said a script would not be able to access a restricted directory without displaying the password ... I suppose also bumblebees cannot fly? In any case, GoDaddy could support that in another way if they really cared to.). I was hoping to adapt one of their PHP scripts to create a PHP equivalent, but they provide no documentation (except the install instructions) and it's not a promising use of my time.
Since this thread is 9 months old, I assume you've resolved your problem by now, but for the record, I'd try running just the PHP in a simple .php file as I did, and be sure the webformmailer.php program is in your root directory. In case it might be corrupted, you might contact GoDaddy support to learn how to reinstall it. The install instructions include a link to that process, but I can't say whether or not the reinstallation might have unwanted side effects.  If it still doesn't work, then the problem must (have been) elsewhere on your page, or (the most likely cause) you haven't specified the target address correctly. All three of GoDaddy's email scripts send only to one address, which you specify on a separate page for your account.
If you've resolved this problem, please consider explaining how. It might be of help to others.

Similar Messages

  • I am trying to open a service request and the site does not work.

    I am trying to open a service request and the site does not work with ANY browser. I get the page https://getsupport.apple.com/GetParts.action which says "Send in for service. We just need a little more information." The continue button does not work. I've seen this problem before trying to file support requests. It's as if Apple simply does not want you to create requests.

    I just went through several screens and had no problems.  Try clearing your browser's cache and/or history.

  • My adobe acrobat 7.0 professional keeps telling me that i have to activate - I cannot do this as the information to the web site does not work.  please help

    my adobe acrobat 7.0 professional keeps telling me that i have to activate - I cannot do this as the information to the web site does not work.  please help

    Activation no longer works. A replacement download and serial number are available Error: Activation Server Unavailable | CS2, Acrobat 7, Audition 3

  • Good Morning, Are there any other donotfollow plug-ins or add ons for the version 4 of Firefox? The one available on your site will not work with version 4. Thank you.

    I am starting to affiliate market and need a donotfollow plug in or add on and the one available on your site will not work with version 4 of Firefox. Is there another place I can go or do you have another add on that will perform the same function as the do not follow you have on your site for the previous versions of Firefox? Any help would be greatly appreciated.

    OK - to answer my own question, Apple recommend 8.2.1, but you can install 9.1.1 and it will run on a G3. Very slowly. Looks like this is the only option. Get it here: http://support.apple.com/kb/DL1036. You need OSX 10.4.11 or later though....

  • Using XP Professional SP 3 with latestest version of Firefox, the US Airways web site will not work properly. I can still make it work with MS IE

    I am using XP Professional SP 3 with newest version of Firefox, the US Airways web site does not work. I can make the site work with MS Internet Exp. What do I need to change to make Firefox work?

    Can you clarify in which way the site isn't working?
    Can you attach a screenshot?
    *http://en.wikipedia.org/wiki/Screenshot
    *https://support.mozilla.org/kb/how-do-i-create-screenshot-my-problem
    Use a compressed image type like PNG or JPG to save the screenshot.
    Create a new profile as a test to check if your current profile is causing the problems.
    See "Basic Troubleshooting: Make a new profile":
    *https://support.mozilla.org/kb/Basic+Troubleshooting#w_8-make-a-new-profile
    There may be extensions and plugins installed by default in a new profile, so check that in "Tools > Add-ons > Extensions & Plugins" in case there are still problems.
    If the new profile works then you can transfer some files from the old profile to that new profile, but be careful not to copy corrupted files.
    See:
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • Facebook, hotmail and other sites are not working on safari?

    Facebook, hotmail and other sites are not working on safari. i have tried everything. downloaded google chrome still didn't work. downloaded firefox, still didnt work. tried to update my computer but at the end it always says an error occurs. and i cant find a download for mac os x anywhere.. someone help?

    If you look at the "More Like This" box (top right), other threads appear. Opening them usually displays other threads. It appears you are not the only two having this problem.
    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Feedback

  • Since version 10 of firefox, I see, the "Remote XUL Manager" malfunctioning. Overlays on the XUL sites do not work anymore.

    With version 9 of firefox my sites written in XUL have no problem.
    Since version 10 of firefox, I see, the "Remote XUL Manager version 1.1.1" malfunctioning. Overlays on the XUL sites do not work anymore.

    See:
    * https://developer.mozilla.org/en/using_remote_xul
    * Remote XUL Manager: https://addons.mozilla.org/firefox/addon/remote-xul-manager/

  • PHP email form with Validation - not working

    Hello;
    I am new to using php. I usually use coldfusion or asp but this site requires me to write in php. I have a form I am trying to get to work and right now.. it doesn't do anyhting but remember what you put in the fields. It doesn't want to send, and it won't execute the validation script for the fields that are required. Can anyone help me make this work? I'm confused and a definate newbie to PHP.
    Here is my code:
    <?php    
                  $PHP_SELF = $_SERVER['PHP_SELF'];   
                  $errName    = "";   
                  $errEmail    = "";
                  $errPhone    = "";        
                  if(isset($_POST['submit'])) {        
                          if($_POST["ac"]=="login"){            
                        $FORMOK = TRUE;    // $FORMOK acts as a flag. If you enter any of the conditionals below,                             // it gets set to FALSE, and the e-mail will not be sent.
                        // First Name           
                        if(preg_match("/^[a-zA-Z -]+$/", $_POST["name"]) === 0) {               
                            $errName = '<div class="errtext">Please enter you name.</div>';               
                            $FORMOK = FALSE;           
                        // Email           
                    if(preg_match("/^[a-zA-Z]\w+(\.\w+)*\@\w+(\.[0-9a-zA-Z]+)*\.[a-zA-Z]{2,4}$/", $_POST["email"]) === 0) {                                                    $errEmail = '<div class="errtext">Please enter a valid email.</div>';               
                            $FORMOK = FALSE;           
                        // Phone           
                        if(preg_match("/^[a-zA-Z -]+$/", $_POST["phone"]) === 0) {               
                            $errPhone = '<div class="errtext">Please enter your phone number.</div>';               
                            $FORMOK = FALSE;           
                        if($FORMOK) {               
                                $to = "[email protected]";  
                                $subject = "my. - Contact Form";                  
                                $name_field = $_POST['name'];               
                                $email_field = $_POST['email'];               
                                $phone_field = $_POST['phone'];
                                $city_field = $_POST['city'];
                                $state_field = $_POST['state'];               
                                $message = $_POST['comment'];                
                                $message = "               
                                Name: $name_field               
                                Email: $email_field
                                Phone: $phone_field   
                                City: $city_field   
                                State: $state_field               
                                Message: $message";                
                                $headers  = 'MIME-Version: 1.0' . "\r\n";               
                                $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";                
                                // Additional headers               
                                $headers .= 'To: <[email protected]>' . "\r\n";               
                                $headers .= '[From] <$email_field>' . "\r\n";                
                                // Mail it               
                                mail($to, $subject, $message, $headers);                
                                header("Location: thankyou.php")
                                // I have no idea what these next 3 lines are for. You may just want to get rid of them.                   
    ini_set("sendmail_from","[Send from]");
    ini_set("SMTP","[mail server]");
    mail($to, $subject, $message, $headers);
                                } else {               
                                echo "Error!";              
                        ?>
    <form method="post" action="<?php $PHP_SELF ?>" id="commentForm">
    <input name="name" size="40" value="<?php echo $_POST["name"]; ?>" type="text">
                         <?php  if(isset($errName)) echo $errName; ?>
    <input name="email" size="40" value="<?php echo $_POST["email"]; ?>"  type="text">
            <?php  if(isset($errEmail)) echo $errEmail; ?>
    <input name="phone" size="40" value="<?php echo $_POST["phone"]; ?>" type="text" id="phone">
            <?php  if(isset($errPhone)) echo $errPhone; ?>
    <input name="city" size="40" value="<?php echo $_POST["city"]; ?>" type="text" id="city">
    <input name="state" size="40" value="<?php echo $_POST["state"]; ?>" type="text" id="state">
    <textarea name="comment" cols="30" rows="10" id="comment"><?php echo $_POST["comment"]; ?></textarea>
    <input type="submit" value="Submit" name="submit" class="contact-submit" />
    </form>
    It seems pretty simple.. but it's not working at all. I would also like this page to submit to it's self, and when it actually does send an email, to just make the form disappear and replace it with the thank you text instead of sending you to another page. I also do not need to use an smtp server, it goes directly to the network server when sent.
    I'm really sorry to ask all of this, I'm trying to learn this language and need to make this work.
    Thank you for anyones help in advance.

    .oO(BarryGBrown)
    > I have a php file which generates an email from a form
    in a website I have
    >designed. I just want to make some areas of the final
    generated email in bold
    >text. I know if people have plain text only selected in
    their email client they
    >won't see the bold text, but at least it will reach a
    certain percentage of
    >users.
    You can't do bold text in a normal email. Plain text is just
    that -
    plain text. For anything more you need HTML. _If_ you should
    need it.
    Usually plain text serves pretty well and is the most
    efficient way.
    > the line in question is -
    >
    > $body ="Booking request details from website:\n\n";
    >
    > I have tried putting  and ,
    syntax is used in some forum software, but besides that it
    has
    no meaning whatsoever.
    >inside the inverted commas, outside
    >etc, plus tried different declarations within the
    <head>, nothing works! What
    >am I doing wrong?
    You would have to create an entire HTML email with all the
    required
    headers and boundaries. Quite difficult to do by hand with
    PHP's mail()
    function.
    > I am a beginner with this php stuff, please be kind!
    Then you should start simple with plain text. There are some
    classes out
    there which make it easy to generate text and HTML emails
    (phpmailer for
    example), but you should be familiar with PHP coding if you
    want to use
    them.
    Micha

  • Php redirect based on value not working?

    Hello, i have a signup page, a login page, failed.php and a landing page once they have signed up.
    the user signs up (application-formP1.php) then once they have done this they are redirected to the next page (application-formP2.php) they then have other information to add.
    on application-formP1.php there is a redirect that if the user has finished with the page (completed it) they are directed to application-formP2.php
    if($status == "P1complete")
              header("location: application-formP2.php");
    the trouble i am having is if i just try to access application-formP1.php ( which is the signup page) it is automatically sending the user to application-formP2.php even if they are not signed in then because they are not signed in it is sending the user to the failed page (obiously because the retstrict user is working)
    i have included the code below for application-formP1.php
    if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "form1")) {
      $insertSQL = sprintf("INSERT INTO LettingsTenApp (tenID, progress, tenTitle, tenUsername, tenPassword, tenSex, tenEmail, tenDobDD, tenDobMM, tenDobYY, tenDepend, tenMarital, tenPrevSurn, tenEmployTyp, tenNINumber) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s)",
                           GetSQLValueString($_POST['tenID'], "int"),
                                                         GetSQLValueString($_POST['progress'], "text"),
                           GetSQLValueString($_POST['tenTitle'], "text"),
                           GetSQLValueString($_POST['tenUsername'], "text"),
                           GetSQLValueString($_POST['tenPassword'], "text"),
                           GetSQLValueString($_POST['tenSex'], "text"),
                           GetSQLValueString($_POST['tenEmail'], "text"),
                           GetSQLValueString($_POST['tenDobDD'], "text"),
                           GetSQLValueString($_POST['tenDobMM'], "text"),
                           GetSQLValueString($_POST['tenDobYY'], "text"),
                           GetSQLValueString($_POST['tenDepend'], "text"),
                           GetSQLValueString($_POST['tenMarital'], "text"),
                           GetSQLValueString($_POST['tenPrevSurn'], "text"),
                           GetSQLValueString($_POST['tenEmployTyp'], "text"),
                           GetSQLValueString($_POST['tenNINumber'], "text"));
      mysql_select_db($database_Letting, $Letting);
      $Result1 = mysql_query($insertSQL, $Letting) or die(mysql_error());
      $insertGoTo = "application-formP2.php";
      if (isset($_SERVER['QUERY_STRING'])) {
        $insertGoTo .= (strpos($insertGoTo, '?')) ? "&" : "?";
        $insertGoTo .= $_SERVER['QUERY_STRING'];
      header(sprintf("Location: %s", $insertGoTo));
    mysql_select_db($database_Letting, $Letting);
    $query_rsTenant = "SELECT * FROM LettingsTenApp";
    $rsTenant = mysql_query($query_rsTenant, $Letting) or die(mysql_error());
    $row_rsTenant = mysql_fetch_assoc($rsTenant);
    $totalRows_rsTenant = mysql_num_rows($rsTenant);
    $status = $row_rsTenant['progress'];
    // Redirect user if thier application is completed
    if($status == "P1complete")
              header("location: application-formP2.php");
    and the form
    <form action="<?php echo $editFormAction; ?>" method="post" name="form1" >
            <input type="submit" value="Save &amp; continue" />
            <input type="hidden" name="progress" value="P1complete" />
            <input type="hidden" name="MM_insert" value="form1" />
    </form>
    thanks

    i noticed i dint have the session variable on the form i have now included this
    <?php
    if (!isset($_SESSION)) {
      session_start();
    $MM_authorizedUsers = "";
    $MM_donotCheckaccess = "true";
    // *** Restrict Access To Page: Grant or deny access to this page
    function isAuthorized($strUsers, $strGroups, $UserName, $UserGroup) {
      // For security, start by assuming the visitor is NOT authorized.
      $isValid = False;
      // When a visitor has logged into this site, the Session variable MM_Username set equal to their username.
      // Therefore, we know that a user is NOT logged in if that Session variable is blank.
      if (!empty($UserName)) {
        // Besides being logged in, you may restrict access to only certain users based on an ID established when they login.
        // Parse the strings into arrays.
        $arrUsers = Explode(",", $strUsers);
        $arrGroups = Explode(",", $strGroups);
        if (in_array($UserName, $arrUsers)) {
          $isValid = true;
        // Or, you may restrict access to only certain users based on their username.
        if (in_array($UserGroup, $arrGroups)) {
          $isValid = true;
        if (($strUsers == "") && true) {
          $isValid = true;
      return $isValid;
    $MM_restrictGoTo = "failed.php";
    if (!((isset($_SESSION['MM_Username'])) && (isAuthorized("",$MM_authorizedUsers, $_SESSION['MM_Username'], $_SESSION['MM_UserGroup'])))) {  
      $MM_qsChar = "?";
      $MM_referrer = $_SERVER['PHP_SELF'];
      if (strpos($MM_restrictGoTo, "?")) $MM_qsChar = "&";
      if (isset($_SERVER['QUERY_STRING']) && strlen($_SERVER['QUERY_STRING']) > 0)
      $MM_referrer .= "?" . $_SERVER['QUERY_STRING'];
      $MM_restrictGoTo = $MM_restrictGoTo. $MM_qsChar . "accesscheck=" . urlencode($MM_referrer);
      header("Location: ". $MM_restrictGoTo);
      exit;
    ?>
    <?php
    if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
      if (PHP_VERSION < 6) {
        $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
      $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
      switch ($theType) {
        case "text":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;   
        case "long":
        case "int":
          $theValue = ($theValue != "") ? intval($theValue) : "NULL";
          break;
        case "double":
          $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
          break;
        case "date":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;
        case "defined":
          $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
          break;
      return $theValue;
    $editFormAction = $_SERVER['PHP_SELF'];
    if (isset($_SERVER['QUERY_STRING'])) {
      $editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']);
    if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "form1")) {
      $insertSQL = sprintf("INSERT INTO hostLettingsTenApp (tenID, progress, tenTitle, tenUsername, tenPassword, tenSex, tenEmail, tenDobDD, tenDobMM, tenDobYY, tenDepend, tenMarital, tenPrevSurn, tenEmployTyp, tenNINumber) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s)",
                           GetSQLValueString($_POST['tenID'], "int"),
                                                         GetSQLValueString($_POST['progress'], "text"),
                           GetSQLValueString($_POST['tenTitle'], "text"),
                           GetSQLValueString($_POST['tenUsername'], "text"),
                           GetSQLValueString($_POST['tenPassword'], "text"),
                           GetSQLValueString($_POST['tenSex'], "text"),
                           GetSQLValueString($_POST['tenEmail'], "text"),
                           GetSQLValueString($_POST['tenDobDD'], "text"),
                           GetSQLValueString($_POST['tenDobMM'], "text"),
                           GetSQLValueString($_POST['tenDobYY'], "text"),
                           GetSQLValueString($_POST['tenDepend'], "text"),
                           GetSQLValueString($_POST['tenMarital'], "text"),
                           GetSQLValueString($_POST['tenPrevSurn'], "text"),
                           GetSQLValueString($_POST['tenEmployTyp'], "text"),
                           GetSQLValueString($_POST['tenNINumber'], "text"));
      mysql_select_db($database_hostLetting, $hostLetting);
      $Result1 = mysql_query($insertSQL, $hostLetting) or die(mysql_error());
      $insertGoTo = "application-formP2.php";
      if (isset($_SERVER['QUERY_STRING'])) {
        $insertGoTo .= (strpos($insertGoTo, '?')) ? "&" : "?";
        $insertGoTo .= $_SERVER['QUERY_STRING'];
      header(sprintf("Location: %s", $insertGoTo));
    $colname_rsTenant = "-1";
    if (isset($_POST['P1complete'])) {
      $colname_rsTenant = $_POST['P1complete'];
    mysql_select_db($database_hostLetting, $hostLetting);
    $query_rsTenant = sprintf("SELECT progress FROM hostLettingsTenApp WHERE tenID = %s", GetSQLValueString($colname_rsTenant, "int"));
    $rsTenant = mysql_query($query_rsTenant, $hostLetting) or die(mysql_error());
    $row_rsTenant = mysql_fetch_assoc($rsTenant);
    $totalRows_rsTenant = mysql_num_rows($rsTenant);
    $status = $row_rsTenant['progress'];
    // Redirect user if thier application is completed
    if($status == "P1complete")
              header("location: application-formP2.php");
    ?>
    but it still is staying on this page if the column "progress" has "P1complete " in it

  • Can Someone PLEASE Tell Me Why My Muse Site Will Not Work Upon HTML Export?

    Sorry for the long title!
    I've had a few threads going regarding troubles with my Muse site. These issues have been on-going, and once I was no longer able to upload to Fetch—and had to export to html via FileZilla—it just seems the problems continue to snowball.
    I have a web site. I will disclose the URL here now: www.jamescdarling.com
    When this site was html-based (its original form), using my yahoo small business web host and Fetch, it worked like a charm. All Flash files functioned at 100%, embedded videos/players all played great, etc. Then, I switched over to Muse 1.) because I was excited by the potential, and 2.) I wanted to re-design my site, anyway.
    So, I created my site in Muse, and uploaded it all into Fetch. I soon found that some of my Flash files and videos were not working. This was the case for a long time. I finally gave up after trying everything and asking lots of questions here.
    Just recently, I set out to fix these issues as I was afraid this half-assed site would appear to make me look unprofessional and like I had no idea how to use Flash. I had some problems with the new Muse Update (had to ditch Fetch and use "export with html" using FileZlilla). Changes made to my Muse file were not taking... and each time I viewed my updated site, the updates were not there—it still looked like the previous incarnation of the site. However, with some help from some of the good folks here, I was able to make my site not only update, but work nearly perfectly—or so I thought!
    I just clicked on my personal web site URL link in my LinkedIn page, and I see the old-looking site! The bookmark I have of my site is near-perfect—only the videos still will not load. However, it would seem that my site only functions as well as it does on MY computer only—that is, URL's I have been sending out probably are of the old non-functioning site? The changes I make are not being recognized.
    If you will, click on my above URL (in bold)..... If you click on "Resume", you should see light blue rules separating each section. But I bet you will see heavier gray bars with headers inside them. Also, if you view my Flash work, go to the "Epiphone Casino Mini Site".... the "Finshes" and "Features" pages' interactive elements will not function as they should (never mind the video page!)—but they work perfectly when accessing my site from my bookmark on my computer.
    Can someone please tell me how to make my site update web-wide, and how to get my Flash files to function?
    Thanks!!!
    Message was edited by: darling67

    It seams a lot of folks are haveing issues with FTP upload. Try these areas to look at. Maybe the right answer. I dont use Flash on my sites for a long time now. Anyhow, check these out.
    http://tv.adobe.com/watch/muse-feature-tour/adobe-muse-publishing-and-managing-your-site/
    http://www.adobekb.com/using_3rdparty_ftp.html#usingftp-understandinghowftpworks

  • Flash sites does not work on iphone safari Can anyone know the alternative

    Hi
    My name i zain and i am from pakistan .i have iphone 3gs with 5.1 version .iphone is awesome but one main problem which is arising is that iphone doesnot support flash sites . I am student of ACCA so for my studies i have to take online lectures but when i try to open the video on that flash sites it doesnot work.
    Please its my request tellme how to install flash player as i badly needed it.

    but flash videos doesnot play in full screen mode in puffin .. i am trying to open it in full screen but it's not working .
    opentuition.com is the site . please tell me the method by which i can open the site in full screen mode .

  • 1.4 - Important sites will not work & why are the AIM / Facebook contacts integrated with my phone contacts?

    Two issues I am having with my phone.
    1 - Before upgrading to the 1.4 software patch, I was able to visit some sites that I use regularly, one being www.hotschedules.com. I bartend and use my phone to look at my weekly schedule but now it will not work. Just to test it, I used a buddies phone who had not upgraded to 1.4 and the site opened JUST FINE!
    2 - I want to use facebook and AIM on my phone but for some (stupid?) reason, ALL of my facebook and aim contacts get listed in the SAME LIST as my phone contacts. I do NOT want to scroll through hundreds of contacts to find someone. Yes I know there are shortcuts but why even do this in the first place?

    Hello eculley and welcome to the forums;
    I attempted the website you mentioned, and it loaded fine on 1.4.1.1 on my Sprint Pre. We did identify some issues with websites on 1.4, and this should be resolved with 1.4.1. I know 1.4.1 is not available for Verizon yet, however it should be available soon.
    As for Facebook contacts, they show in the Synergy contact list by design, so that you can see all of your contacts in one master list. If you do not want those contacts showing in your Contacts app, you can open Preferences & Accounts for contacts and remove any account you don't want to see contacts for.
    Hope this helps!
    TreoAide

  • Site Definition not working

    I am trying to define my ftp info in CS5 and it is not working. The 4 options on the left side when you try to define a site (site, servers, version control, and advanced settings) are all not available to click on. Can someone please tell me what to do in order to fix this?

    That is the point. The options show up there, but I can not click on them. It is almost as if they are no
    t links. I talked to support and they
    could not tell me anything other then to redownload, which I have not done yet. I downloaded from adobe the first time.

  • Access to certain internet sites/services not working

    A couple of days ago, my access to certain internet sites as well as my Mail programme and another email client app stopped making successful connections. I can open many web pages, but some do not work. Specifically, the local library where I can login to check the online catalogue doesn't work. My Mail app won't connect either. I also use another email app called First Class for work and it can't connect to the online server. If I start up Network Diagnostics and change from Airport or Built-in Ethernet it will work, at least until I quit the app and reboot it, then it can't make the connection. I have checked and replaced cables, removed the Airport and gone direct with Built-in Ethernet, etc. This phenomenon happens with all five user accounts on the computer. Other computers in our home which are connect to the LAN have no such behaviours happening, which leads me to conclude something is not right on the iMac we use all the time.
    Any ideas?

    Hi Dennis, and welcome to the Discussions!
    My guess at this point is that you should drag these files to the Desktop for possible later replacement should it not work, then reboot & setup Networking/Internet again...
    /Library/Preferences/SystemConfiguration/preferences.plist
    /Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plist

  • Help I am trying to update my card info and the submit button on the site is not working

    Help I am trying to update my card info and the submit button on the site is not working

    What does the message say exactly? Are you sure it's not telling you the phone has no more space?

Maybe you are looking for