Visualizzazione dei risultati da 1 a 3 su 3
  1. #1

    problemi con form mail in php

    salve a tutti
    ho un problema con il mio primo sito.. Ho creato una pagina contatti in cui ho inserito una form mail semplice per far inviare messaggio di posta. Il problema è che sicuramente ho fatto alcuni errori; infatti cliccando invia mi si apre questa pagina che recita così: (qualcuno può aiutarmi?)

    The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
    Please try the following:

    Make sure that the Web site address displayed in the address bar of your browser is spelled and formatted correctly.
    If you reached this page by clicking a link, contact the Web site administrator to alert them that the link is incorrectly formatted.
    Click the Back button to try another link.
    HTTP Error 404 - File or directory not found.
    Internet Information Services (IIS)

    Technical Information (for support personnel)

    Go to Microsoft Product Support Services and perform a title search for the words HTTP and 404.
    Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled Web Site Setup, Common Administrative Tasks, and About Custom Error Messages.

  2. #2
    devi postare il codice della pagina.
    sembra che il form abbia come action un file che non esiste

  3. #3
    grazie per aver risposto

    dunque nella pagina html io ho inserito questo codice:

    <form method="post" action="invia.php">
    <blockquote>


    <font face="Verdana"><font size="2">Nome:

    </font>

    <input name="name" size="30" maxlength="40" style="font-weight: 700" />
    <font size="2">



    Email:

    </font>

    <input name="email" size="30" maxlength="40" style="font-weight: 700" />
    <font size="2">



    Azienda:

    </font>

    <input name="subject" size="30" maxlength="40" style="font-weight: 700" />
    <font size="2">



    Messaggio:</font>
    </font>

    <textarea name="msg" cols="50" rows="6"></textarea>





    <input type="submit" value="Invia" />
    </p>
    <p class="Stile22"></p>
    </blockquote>
    </form>

    e poi ho creato il relativo file invia.php che ho inserito nella cartella del sito.
    Forse manca qualche elemento?

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.