Php xml dosya

scallywag
21-05-2010, 16:45   |  #1  
OP Yıllanmış Üye
Teşekkür Sayısı: 0
379 mesaj
Kayıt Tarihi:Kayıt: Ara 2007

Form.php den gelen bilgileri bir xml dosyasının içine yazmak istiyorum nasıl yapabilirim? Teşekkürler

Form.php

[ Tüm kodu seç ] [ Yeni Pencerede Göster ]
<!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=iso-8859-9" /> <title>Untitled Document</title> </head> <body> <form name="form1" method="POST" action="ekle.php">   <input type="text" name="ad"><br>   <input type="text" name="soyad"><br>   <input type="submit"  name="bilgi" value="Tamam">       </form>   </body> </html>

Son Düzenleme: scallywag ~ 21 Mayıs 2010 16:48