Results 1 to 4 of 4

Thread: Questions
      
   

  1. #1
    stv
    stv is offline Corporal
    Join Date
    Aug 2007
    Posts
    15

    Default Questions

    Hello,

    My domain name is soscleaningsolutions.com

    I transfered my domain address to your company and also bought one year of hosting with you. I received the confirmation email including the Ip address, etc. I created a web page with BV and published it , but everytime that I go there the one that appears is the old one with my old hosting company. It seems that they are still hosting it. What do I have to do to see my new web site?

    2. I had always have problems with my email, so this time I want to received my emails in three different address. Can you tell me if this is the right way to do it and Do I have to use the same codes?

    <?PHP
    $mailto = "sosclean@niagara.com";"soscleanin@soscleaningsolu tions.com";"stevegaitan********.com";
    $email = $HTTP_POST_VARS[email];
    if ($email == "") {
    $email = $mailto;
    }
    $mailsubj = "contact web page submitted";
    $mailhead = "From: $email\n";
    reset ($HTTP_POST_VARS);
    $mailbody = "Values submitted from web site form :\n";
    while (list ($key, $val) = each ($HTTP_POST_VARS))
    {
    if ($key!="submit")
    {
    $mailbody .= "$key : $val\n";
    }
    }
    mail($mailto, $mailsubj, $mailbody, $mailhead);

    3. I want to put more that one form in my web site. It says that you have to name it action.php How do I have to name the others forms in my web site? and the codes are the same or Do I have to change them so it doesn't cause any conflicts?

    Thank you for help.

    STV

  2. #2
    VodaHost's Avatar
    VodaHost is offline General & Forum Administrator
    Join Date
    Mar 2005
    Location
    Wilmington, Delaware USA
    Posts
    11,428

    Default Re: Questions

    Your name servers are not updated, please submit a support ticket stating this fact.

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  3. #3
    stv
    stv is offline Corporal
    Join Date
    Aug 2007
    Posts
    15

    Default Re: Questions

    Thanks I just submitted a support ticket about it.can you please help me with the 2 other questions.


    Thanks in advance

  4. #4
    Dream Lady's Avatar
    Dream Lady is offline Major General
    Join Date
    Feb 2006
    Location
    Colorado, USA
    Posts
    2,037

    Default Re: Questions

    Hi. I can't answer your question, but if you post your email form question in THIS area, you are more likely to get someone who can answer your questions for you. Naval Design, or others are the experts in that area.
    Cindy Smentowski

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49