[PHP] pobierz, plaintext <?php include('config.php'); $sql=mysql_connect($dbhost, $dbuser, $dbpasswd); mysql_select_db($dbname); $zapytanie = "SELECT `topic_id` FROM `phpbb_topics`"; $idzapytania = mysql_query($zapytanie); while ($wiersz = mysql_fetch_row($idzapytania)) { echo '<url><loc>http://xxxx.org/viewtopic.php?t=' . $wiersz[0] . '</loc>'; echo '<changefreq>hourly</changefreq>'; echo '<priority>0.8</priority>'; echo '</url>'; }?>[PHP] pobierz, plaintext