·ï¡÷¡ï·SBATA·ï¡÷¡ï·

Titre de la nouvelle page

// first connect to database $dbcnx = @mysql_connect("localhost","USERNAME","PASSWORD"); $dbselect = @mysql_select_db("DATABASE"); // next, query for a list of titles, files and links. $query = "SELECT title,file,link FROM mp3_table"; $result = mysql_query($query) or die('Error: '.mysql_error()); // third, build the playlist header("content-type:text/xml;charset=utf-8"); echo "n"; echo "n"; while($row = @mysql_fetch_array($result)) { echo "tn"; echo "tt".$row['title']."n"; echo "tt".$row['file']."n"; echo "tt".$row['link']."n"; echo "tn"; } echo "n"; echo "n";
Ce site web a été créé gratuitement avec Ma-page.fr. Tu veux aussi ton propre site web ?
S'inscrire gratuitement