Şimdi Ara

Form

Daha Fazla
Bu Konudaki Kullanıcılar: Daha Az
3 Misafir - 3 Masaüstü
5 sn
4
Cevap
0
Favori
201
Tıklama
Daha Fazla
İstatistik
  • Konu İstatistikleri Yükleniyor
Öne Çıkar
0 oy
Sayfa: 1
Giriş
Mesaj
  • php ile form nasil olusturabilirim? form.php de form olcak /admin dizininden formun icerigini gorecegim yapilabilirmi boyle birsey?



    _____________________________
  • nasıl bi soru ya!
    _____________________________
    Steam ID: thetimelorddh | Social Club ID: AlperOZD | Atatürkçü. | English | PHP | Javascript | jQuery | C | Java | Android | İTÜ İnşaat Mühendisliği | SINCE 01.02.2012



    I am The Doctor. I always will be. But times change, and so must I... we all change. When you think about it, we are all different people, all through our lives and that's okay, that's good! You've gotta keep moving, so long as you remember all the people that you used to be. I will not forget one line of this, not one day. I swear. I will always remember when the doctor was me.




  • form.php

      
    <form id="form1" name="form1" method="post" action="">
    <table width="200" border="1">
    <tr>
    <td width="114">Ad</td>
    <td width="8">:</td>
    <td width="60"><label for="textfield"></label>
    <input type="text" name="textfield" id="textfield" /></td>
    </tr>
    <tr>
    <td>Soyad</td>
    <td>:</td>
    <td><label for="textfield2"></label>
    <input type="text" name="textfield2" id="textfield2" /></td>
    </tr>
    <tr>
    <td colspan="3">
    <input type="submit" name="button" id="button" value="Gönder" />
    </td>
    </tr>
    </table>
    </form>




    admin/admin.php


     
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    </head>

    <body>
    <?php
    include("../form.php");

    ?>
    </body>
    </html>




    NOT: "../" bir alt klasöre geçmeni sağlıyor. Bir php eğitim seti lazım sana meow133http://www.tahribat.com/Forum-Turkekip-Php-Gorsel-Egitim-Seti-102747/ hem türkçe, hem anlatım da idare eder. :D bakmanı tavsiye ederim.

    Ayrıca

     

    <?php

    echo '<form id="form1" name="form1" method="post" action="">
    <table width="200" border="1">
    <tr>
    <td width="114">Ad</td>
    <td width="8">:</td>
    <td width="60"><label for="textfield"></label>
    <input type="text" name="textfield" id="textfield" /></td>
    </tr>
    <tr>
    <td>Soyad</td>
    <td>:</td>
    <td><label for="textfield2"></label>
    <input type="text" name="textfield2" id="textfield2" /></td>
    </tr>
    <tr>
    <td colspan="3">
    <input type="submit" name="button" id="button" value="Gönder" />
    </td>
    </tr>
    </table>
    </form>';
    ?>



    şu şekilde yazdığın kodda ekrana gelir.



    < Bu mesaj bu kişi tarafından değiştirildi faraba -- 25 Nisan 2012; 16:35:31 >
    _____________________________
    What is Love? Baby Dont Hurt Me, Dont Hurt Me, No More




  • quote:

    Orijinalden alıntı: Ceplebi

    nasıl bi soru ya!

    Beğenemedinmi?
    _____________________________




  • Yapay Zeka’dan İlgili Konular
    Open Office Sayfa Numaralandırma
    14 yıl önce açıldı
    Daha Fazla Göster
    
Sayfa: 1
- x
Bildirim
mesajınız kopyalandı (ctrl+v) yapıştırmak istediğiniz yere yapıştırabilirsiniz.