Pomoc - Szukaj - Użytkownicy - Kalendarz
Pełna wersja: [PHP] Dodanie do HTMLU kodu na formularz kontaktowy
Forum PHP.pl > Forum > Przedszkole
ZeeZ
Witajcie mam taki kod :
Kod
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- Szablon MC-Green zostal stworzony przez BartekPob.pl
    Docen prace autora i nie usuwaj zawartosci stopki
    Zycze milego korzystania  :)
    
    W RAZIE PYTAN LUB PROBLEMOW:
    GG-768354, E-Mail: bartekpob123@gmail.com
    
    BARTEKPOB.pl  -  Strony www dla Ciebie ! -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>MC-Green</title>
    <meta http-equiv="content-type" content="text/html" charset="utf-8" />
    <meta http-equiv="content-language" content="pl" />
    <link rel="stylesheet" type="text/css" href="css/style.css" media="screen" />
    <link rel="stylesheet" href="css/nivo-slider.css" type="text/css" media="screen" />
    
    <!-- NIVO SLIDER --><script type="text/javascript" src="js/jquery-1.9.0.min.js"></script>
    <script type="text/javascript" src="js/jquery.nivo.slider.js"></script>
    <script type="text/javascript" src="js/jquery.jcarousel.min.js"></script>
    <script type="text/javascript">
    $(window).load(function() {
        $('#slider').nivoSlider();
    });
    </script><!-- KONIEC NIVO SLIDER -->
    

</head>
<body>


<div id="logo">
    <a href="index.html"><img src="css/img/logo.png" alt="MC-Green" border="0" /></a>
</div>
<div id="menu-bg">
<!-- NAWIGACJA GORNA -->
    <div id="menu"><div class="odstep"></div>
        <ul>
            <li><a href="index.html">Ogłoszenia</a></li>
            <li><a href="podstrona.html">O Serwerze</a></li>
            <li class="aktywny"><a href="kontakt.html">Kontakt</a></li>
        </ul>
    </div>
    <!-- KONIEC NAWIGACJI GORNEJ -->
</div>




<div id="slider-bg">
        <!-- SLIDER -->
        <div class="slider-wrapper theme-default">
            <div id="slider" class="nivoSlider">
                <img src="slider/1.jpg" alt="1"/>
                <img src="slider/2.jpg" alt="2"/>
                <img src="slider/3.jpg" alt="3"/>
            </div>
        </div>
</div>

<!-- CZESC GLOWNA -->

    <div id="srodek">
        <div class="tresc"> <!-- Newsy -->
        <h1>Kontakt</h1>
    <center>
    <table  class="formularz" border="0"><form method="post" style="margin=20px">
        <tr>
        <td>Tresc wiadomosci</td>
        <td><textarea name="tresc" style="width: 250px; height: 100px"></textarea></td>
        </tr>
        <tr>
        <td>Imie, nazwisko lub nick</td>
        <td><input type="text" name="imie" style="width: 250px"></td>
        </tr>
        <tr>
        <td>Adres e-mail</td>
        <td><input type="text" name="email" style="width: 250px"></td>
        </tr>
        <tr>
        <td>&nbsp;</td>
        <td><input type="submit" name="submit" value="Wyślij">&nbsp;
        <input type="reset" value="Resetuj"></td></form>
        </tr>
    </table>
    </center>
        
        </div>
      

    <div class="box"> <!-- BOX 1 - SERWER-->
        <h2>Serwer</h2>
        <p>STATUS: <font color="green">ONLINE</font><br/><br/>
        IP: 192.168.35.4<br/>
        SLOTY: 200
        <br/><br/>
        </p>
        </div><!-- KONIEC BOX 1 -->
    
        <div class="box"> <!-- BOX 2-->
        <h2>Box</h2>
        <p>
        Lorem ipsum dolor sit amet, consectetur adipiscing elit.
        Aenean eget nisi sit amet lacus bibendum sollicitudin sed luctus libero.
        Donec ut quam lorem, eu viverra leo.
        </p>
        
    </div><!-- KONIEC BOX 2 -->
    
    </div>
    
    <!-- STOPKA - UWAGA! USUWAJAC STOPKE NARUSZASZ PRAWA AUTORSKIE!!!! PAMIETAJ ABY ZAWSZE PODAWAC AUTORA STRONY -->
    <div id="footer">
        <p>Copyright&copy; 2013 by _______ &nbsp; <font color="#bbac9c">|</font> &nbsp; Design &amp; Code by <a href="http://bartekpob.pl">BartekPob.pl</a></p>
    </div>
    <!-- KONIEC STOPKI -->
    
    


</body>
</html>


I proszę was o dodanie ,że każda wiadomośc wysłana bedzie przychodzić mi na maila
darko
Czego nie wiesz, w czym potrzebujesz pomocy? Gotowca nie dostaniesz.
wpaski
funkcja mail
To jest wersja lo-fi głównej zawartości. Aby zobaczyć pełną wersję z większą zawartością, obrazkami i formatowaniem proszę kliknij tutaj.
Invision Power Board © 2001-2025 Invision Power Services, Inc.