Code:
<?php $xml = new SimpleXMLElement('<xml/>'); $conn=mysql_connect('localhost','root','password') or die(mysql_error()); mysql_query("SET NAMES 'utf8'", $conn); mysql_select_db('new') or die (mysql_error()); $games = $xml->addChild('games'); $game = $games->addChild('game'); $query1 = mysql_query("SELECT
Leave a comment: