<?xml version="1.0" encoding="UTF-8"?>
<rss version="0.92" xml:lang="es-ES.utf8">
	<channel>
		<title>Comunidad PHPeros</title>
		<link>http://www.phperos.net/foro/index.php</link>
		<description><![CDATA[Información en vivo desde Comunidad PHPeros]]></description>
		<item>
			<title>Re:Extraer cierto texto que este metido entre: [Hola este el texto]</title>
			<link>http://www.phperos.net/foro/index.php/topic,9790.msg72337.html#msg72337</link>
			<description>
<![CDATA[Puedes utilizar esta función que devuelve el texto encerrado entro dos caracteres<br /><br />function get_string_between($string, $start, $end){<br />&nbsp; &nbsp; $string = &quot; &quot;.$string;<br />&nbsp; &nbsp; $ini = strpos($string,$start);<br />&nbsp; &nbsp; if ($ini == 0) return &quot;&quot;;<br />&nbsp; &nbsp; $ini += strlen($start)...]]>
			</description>
			<category><![CDATA[PHP]]></category>
			<comments>http://www.phperos.net/foro/index.php?action=post;topic=9790.0</comments>
			<pubDate>Thu, 19 May 2016 20:19:53 GMT</pubDate>
			<guid>http://www.phperos.net/foro/index.php/topic,9790.msg72337.html#msg72337</guid>
		</item>
		<item>
			<title>obtener en una variable un dato de un campo de una tabla con una consulta MYSQL</title>
			<link>http://www.phperos.net/foro/index.php/topic,9942.msg72336.html#msg72336</link>
			<description>
<![CDATA[buenas amigos<br /><br />necesito ayuda,<br /><br />yo tengo una base de datos en mysql<br />create table tbl_Usuario<br />(<br />&nbsp;ID_Usuario&nbsp; &nbsp; &nbsp; &nbsp;INT&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;NOT NULL PRIMARY KEY AUTO_INCREMENT,<br />&nbsp;Usuario&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; varchar(20)&nbsp; &nbsp; &nbsp; &nbsp;NOT NULL,<br />&nbsp;Password&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; varchar(20)&nbsp; &nbsp; &nbsp;NOT N...]]>
			</description>
			<category><![CDATA[PHP]]></category>
			<comments>http://www.phperos.net/foro/index.php?action=post;topic=9942.0</comments>
			<pubDate>Tue, 17 May 2016 18:39:22 GMT</pubDate>
			<guid>http://www.phperos.net/foro/index.php/topic,9942.msg72336.html#msg72336</guid>
		</item>
		<item>
			<title>Ayuda para autentificacion mediante procedimiento almacenado en MySQL y PHP</title>
			<link>http://www.phperos.net/foro/index.php/topic,9941.msg72335.html#msg72335</link>
			<description>
<![CDATA[Buenas amigos soy nuevo en el tema de PHP... tengo un procedimiento almacenado hecho en MYSQL de esta manera...<br /><br />CREATE PROCEDURE proc_Verificar_Usuario(<br />IN Loguin&nbsp; &nbsp;varchar(30),<br />IN Pass&nbsp; &nbsp;varchar(30),<br />OUT CodigoGenerado int)<br />begin<br />SET @CodigoGenerado&nbsp; ...]]>
			</description>
			<category><![CDATA[PHP]]></category>
			<comments>http://www.phperos.net/foro/index.php?action=post;topic=9941.0</comments>
			<pubDate>Tue, 17 May 2016 18:38:41 GMT</pubDate>
			<guid>http://www.phperos.net/foro/index.php/topic,9941.msg72335.html#msg72335</guid>
		</item>
		<item>
			<title>Re:Alerta de fecha de vencimiento con php</title>
			<link>http://www.phperos.net/foro/index.php/topic,9928.msg72330.html#msg72330</link>
			<description>
<![CDATA[Que tal tomas podrías usarla de la siguiente manera<br /><br />SELECT * FROM &#39;fechas&#39; WHERE (fecha -30)<br /><br />En este caso traería todas las fechas que estén por vencer en los 30 días, otra manera sería guardar los datos de la fecha en una variable y con php dentro del...]]>
			</description>
			<category><![CDATA[PHP]]></category>
			<comments>http://www.phperos.net/foro/index.php?action=post;topic=9928.0</comments>
			<pubDate>Mon, 09 May 2016 18:45:09 GMT</pubDate>
			<guid>http://www.phperos.net/foro/index.php/topic,9928.msg72330.html#msg72330</guid>
		</item>
		<item>
			<title>Re:Problema en meter datos en bbdd mediante foreach y while</title>
			<link>http://www.phperos.net/foro/index.php/topic,9935.msg72329.html#msg72329</link>
			<description>
<![CDATA[Buen día<br /><br />Creo que el problema lo tienes en el while, estás haciendo el insert fuera del ciclo while, al meter dentro debería de funcionar correctamente.<br /><br />Espero haber sido de ayuda.<br /><br /><br />]]>
			</description>
			<category><![CDATA[PHP]]></category>
			<comments>http://www.phperos.net/foro/index.php?action=post;topic=9935.0</comments>
			<pubDate>Mon, 09 May 2016 12:42:03 GMT</pubDate>
			<guid>http://www.phperos.net/foro/index.php/topic,9935.msg72329.html#msg72329</guid>
		</item>
	</channel>
</rss>