Paso 3: Pagina PHP sencillo
¿<? php
$url = "
$feed = simplexml_load_file($url);
$feed_array = array();
foreach ($feed -> canales -> elemento como $item)
{
echo "< div estilo =' flotante: izquierda; width: 200px; altura: 300px; margen-derecho: 15px; texto-alinee: Centro;' > ";
echo "< a href ='". $item -> enlace. "' target = '_blank' >";
Si (strpos ($item -> imageThumb, «com»))
{
echo "< img src ='". $item -> imageThumb. "' />";
}
otra cosa
{
echo "< img src =' $item -> imageThumb. "' />";
}
echo "< br / >". $item -> título. "< /a >< / div >";
}
echo "< div estilo =' claro: ambos;» > & nbsp; < / div > "
? >
Página construida con este Instructable < a href = " target = "_blank" >