Ara :
HOME
HTML
ASP
PHP
JAVASCRIPT
C#
Makaleler
Örnekler
Kod Ekle
English
PHP Nedir
PHP Değişkenler
PHP Veri Tipleri
PHP Sabitler
PHP If Deyimi
PHP Switch
PHP For Döngüsü
PHP While Döngüsü
PHP Do Döngüsü
PHP Çerezler (Cookies)
PHP Metin İşlemleri
PHP Dosya İşlemleri
PHP Tarih Saat İşlemleri
PHP Diziler (Arrays)
PHP Fonksiyonlar
PHP - MySQL Bağlantısı
PHP - URL Analizi
PHP Login Sayfası
PHP Dosya Yükleme
PHP Örnekler Samples
PHP Kod Örnegi (PHP Code Samples)
PHP Dinamik textbox oluşturma ve bilgi alma
Kullanıcılardan çok fazla veri girmesini istiyorsanız kullanabileceğiniz bir dinamik veri girişi örneği
// *************************************** // index.php // *************************************** // writer: saji nair "; ////creating html and body tags print "
"; ///creating form for posting $count=1; //a counter to increment the rows print "
"; ///creating division where the rows will be inserted print "
"; /// first table print "
"; print "
"; print "
";//row11 creating first row with the names as row print "
"; print "
"; print "
";//row21 print "
"; print "
"; print "
";//row31 print "
+
"; /// hyperlink and counter to add rows using javascript print "
"; ///end of first table print "
"; //// division gets over print "
"; // table & submit buttonthird table end print "
"; //end of form print"