flower123

Well-known member
  • Apr 6, 2009
    1,583
    29
    48
    guys, මට web එකට use කරන්න Feed back form එකක් හදා ගන්න ඕනේ, php use කරලා, mail account එකට තමයි details යන්න ඕනේ. who know the script ? දන්නා කෙනෙක් මට උදව් කරන්නකෝ plz :):):):):)
     

    tcpik

    Well-known member
  • Oct 11, 2007
    2,183
    89
    48
    http://hollywoodvfx.blogspot.com/
    guys, මට web එකට use කරන්න Feed back form එකක් හදා ගන්න ඕනේ, php use කරලා, mail account එකට තමයි details යන්න ඕනේ. who know the script ? දන්නා කෙනෙක් මට උදව් කරන්නකෝ plz :):):):):)

    Mama tikak dannawa oya gana hariyatama danne na. wena kenek oyata udaw karai. menna magen BUMP ekak.
     

    Core

    Member
    Jan 23, 2010
    3,120
    195
    0
    Milky Way/Local Cluster/Local Sol/Earth
    Put this on your site




    <form action="phpfile.php" method="POST">
    <input type="text" size="21" name="subject" value="" />
    <input type="submit" value="send" />
    </form>



    and copy this codes into a note pad and save it as


    phpfile.php
    and place in the same directory


    <?
    $to = "[email protected]";
    $from_header = "From: $from";
    if($contents != "")
    {
    mail($to, $subject, $contents, $from_header); //the PHP mail function is used to send mails
    print("<html><body>Success.!<body></html>");
    }
    else
    {
    print("<html><body>Error.!<body>
    </html>");
    }
    ?>
     
    Last edited:

    tcpik

    Well-known member
  • Oct 11, 2007
    2,183
    89
    48
    http://hollywoodvfx.blogspot.com/
    Put this on your site




    <form action="phpfile.php" method="POST">
    <input type="text" size="21" name="subject" value="" />
    <input type="submit" value="send" />
    </form>



    and copy this codes into a note pad and save it as


    phpfile.php
    and place in the same directory


    <?
    $to = "[email protected]";
    $from_header = "From: $from";
    if($contents != "")
    {
    mail($to, $subject, $contents, $from_header); //the PHP main function is used to send mails
    print("<html><body>Success.!<body></html>");
    }
    else
    {
    print("<html><body>Error.!<body>
    </html>");
    }
    ?>

    Ade marune ban.. matath oya wage wada tikak thiyenawa karaganna. Mama methana kawruhari post karanakam thama hitiye allaganna.. :lol::lol: Matha supp ekak denawa neda ??