Problem with getting an email form to work with godaddy hosting

Discussion in 'HTML & Website Design' started by JackieM, Nov 16, 2009.

  1. #1
    I have a php script for an email form on a site that works perfectly fine except for when i loaded it to my friends hosting which is through godaddy.com. Any ideas of what i need to change to make godaddy accept my form code? I have a php script and an html form. Do i have to use a different code? Has anyone else had problems with godaddy accepting form code? I'm really new to php so don't know too much about it, but this form works fine through my work server, but through her hosting with godaddy.com it doesn't send any emails. When i get to work tomorrow i can copy the code and add it here. Just hoping to get some ideas of what i can try to change to get it to work.

    Thanks,
    Jackie
     
    JackieM, Nov 16, 2009 IP
  2. vinpkl

    vinpkl Active Member

    Messages:
    899
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    58
    #2
    hi

    PHP Email script works server side.

    try posting it in php section.

    html alone cannot send email.

    vineet

     
    vinpkl, Nov 17, 2009 IP
  3. JackieM

    JackieM Peon

    Messages:
    44
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Where can i find this in godaddy.com interface? Can you tell me this?
     
    JackieM, Nov 17, 2009 IP
  4. vinpkl

    vinpkl Active Member

    Messages:
    899
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    58
    #4
    Last edited: Nov 17, 2009
    vinpkl, Nov 17, 2009 IP
  5. Kelly2

    Kelly2 Peon

    Messages:
    79
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Also for future referance it is quite hard to determine the problem without actually viewing the script. Maybe next time you should post it, it saves everyone a lot of time and headache.
     
    Kelly2, Nov 18, 2009 IP
  6. coffeecup

    coffeecup Guest

    Messages:
    40
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Hello,

    GoDaddy's ASP-equipped servers require a few special configurations to properly generate e-mails, store files, etc. To make these changes, log into your GoDaddy control panel ( Web Hosting > My Hosting Account > Manage Account ), which will bring up your hosting control center.

    Because permissions cannot be modified for the root directory of your account, you'll first need to manually create a special folder in which to store your form files. Select Content > File Manager and check the box associated with the filename you want to set permissions for. Click the Permissions button to add a new folder that is now highlighted above.

    Give your directory the desired permissions (read, Web, browse, write, setroot) and specify a name. Do this by unchecking the Inherit button and checking Read , Write , and All Children to Inherit . Once you click OK , you'll be taken to a page to verify the information.

    Upload the form files into this newly created directory.

    Hope this helps!!!
    CoffeeCup.com
     
    coffeecup, Nov 18, 2009 IP