lord_master ÇAVUŞ


Kayıt : 26 09 2007 Mesajlar : 5
 | Konu: Mysql den veri çekmek C.tesi Ekim 06, 2007 2:44 am | |
| Mysql den veri çekmek
--------------------------------------------------------------------------------
PHP- Kodu: include "connect.php"; /*Bağlantı dosyan*/ mysql_query("update tablo_adi set hucre_adi = 'hucrenin yeni degeri' where hedef_satirin_belirteci = 'hedef_satir_belirteci';");
Örnek:
PHP- Kodu: include "inc/connect.php"; mysql_query("update kullanicilar set password='yenisifre' where kullanici_adi = 'sivan';");
form ile kullanacaksanız
PHP- Kodu: include "inc/connect.php"; mysql_query("update kullanicilar set password='".$_POST[formagirilensifre]."' where kullanici_adi = 'sivan';");
__________________
Kod: <? echo "Tamamiyle can sıkıntısı...";?> |
|