Konu
:
phpBB Forumlar icin otomatik sitemap
22-08-2023, 15:18:40
#0
Misafir
Açık Profil bilgileri
Özel Mesaj Gönder
Misafir tarafından gönderilen tüm mesajları bul
Misafir'ı arkadaş olarak ekle
PHP:
' . "n"; $output .= '' . "n"; while ( $row = $db->sql_fetchrow($result) ) $output .= "n"; header('Content-type: application/xml'); echo $output; ?>