<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ventics &#187; MySQL</title>
	<atom:link href="http://ventics.com/category/desarrollo-web/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://ventics.com</link>
	<description>Desarrollo Web, OsCommerce, Wordpress</description>
	<lastBuildDate>Fri, 23 Jul 2010 15:55:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Consultas Aleatorias con PHP y Mysql</title>
		<link>http://ventics.com/consultas-aleatorias-con-php-y-mysql/</link>
		<comments>http://ventics.com/consultas-aleatorias-con-php-y-mysql/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 03:40:49 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://ventics.com/?p=487</guid>
		<description><![CDATA[Para seleccionar datos aleatoriamente tenemos que tener en cuenta la normalización de SQL y que posiblemente no todas apliquen a algunos gestores de bases de datos. En primera debemos tener en claro una simple sentencia en SQL para seleccionar datos. SELECT * FROM `tabla` ORDER BY `campo` DESC LIMIT 0,10 Con esta sentencia en sql [...]]]></description>
		<wfw:commentRss>http://ventics.com/consultas-aleatorias-con-php-y-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysqli options</title>
		<link>http://ventics.com/mysqli-options/</link>
		<comments>http://ventics.com/mysqli-options/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 04:08:21 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://ventics.com/?p=350</guid>
		<description><![CDATA[(PHP 5) mysqli_options, mysqli-&#62;options — Fija opciones Descripción Estilo por procedimientos: bool mysqli_options ( mysqli $identificador_de_enlace, int $opción, mixto $valor ) Estilo orientado a objetos (método) class mysqli { bool options ( int $opción, mixto $valor ) } mysqli_options() puede ser usada para fijar opciones extra en la conexión y afectar el comportamiento para la [...]]]></description>
		<wfw:commentRss>http://ventics.com/mysqli-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysqli num rows</title>
		<link>http://ventics.com/mysqli-num-rows/</link>
		<comments>http://ventics.com/mysqli-num-rows/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 04:06:26 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://ventics.com/?p=348</guid>
		<description><![CDATA[(PHP 5) mysqli_num_rows — Obtiene el número de filas en un resultado Descripción Estilo por procedimientos: mixto mysqli_num_rows ( mysqli_result $resultado ) Estilo orientado a objetos (propiedad): class mysqli_result { mixto num_rows } Regresa el número de filas en el resultado. El uso de mysqli_num_rows() depende de si se usa resultados con almacenamiento intermedio (buffered) [...]]]></description>
		<wfw:commentRss>http://ventics.com/mysqli-num-rows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysqli num fields</title>
		<link>http://ventics.com/mysqli-num-fields/</link>
		<comments>http://ventics.com/mysqli-num-fields/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 04:05:03 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://ventics.com/?p=346</guid>
		<description><![CDATA[(PHP 5) mysqli_num_fields, result-&#62;field_count — Obtiene el número de campos en un resultado Get the number of fields in a result Descripción Estilo por procedimientos: int mysqli_num_fields ( mysqli_result $resultado ) Estilo orientado a objetos (propiedad class mysqli_result { int field_count } mysqli_num_fields() regresa el número de campos del resultado específicado. Valores retornados El númerp [...]]]></description>
		<wfw:commentRss>http://ventics.com/mysqli-num-fields/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysqli kill</title>
		<link>http://ventics.com/mysqli-kill/</link>
		<comments>http://ventics.com/mysqli-kill/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 04:03:59 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://ventics.com/?p=344</guid>
		<description><![CDATA[(PHP 5) mysqli_kill, mysqli-&#62;kill — Le pide al servidor &#8220;matar&#8221; el proceso MySQL Descripción Estilo por procedimientos: bool mysqli_kill ( mysqli $identificador_de_enlace, int $processid ) Estilo orientado a objetos (métod0) class mysqli { bool kill ( int $processid ) } Esta función es usada para pedir al servidor matar le proceso MySQL específicado por el [...]]]></description>
		<wfw:commentRss>http://ventics.com/mysqli-kill/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysqli insert id</title>
		<link>http://ventics.com/mysqli-insert-id/</link>
		<comments>http://ventics.com/mysqli-insert-id/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 04:03:07 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://ventics.com/?p=342</guid>
		<description><![CDATA[(PHP 5) mysqli_insert_id, mysqli-&#62;insert_id — Regresa el ID generado automáticamente en la última consulta Descripción Estilo por procedimientos: mixto mysqli_insert_id ( mysqli $identificador_de_enlace ) Estilo orientado a objetos (propiedad): class mysqli { mixto insert_id } La función mysqli_insert_id() regresa el ID generado por una consulta en una tabla con una columna que tiene el atributo [...]]]></description>
		<wfw:commentRss>http://ventics.com/mysqli-insert-id/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysqli info</title>
		<link>http://ventics.com/mysqli-info/</link>
		<comments>http://ventics.com/mysqli-info/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 04:02:15 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://ventics.com/?p=340</guid>
		<description><![CDATA[(PHP 5) mysqli_info, mysqli-&#62;info — Obtiene información acerca de la consulta más recientemente ejecutada Descripción Estilo por procedimientos: cadena mysqli_info ( mysqli $identificador_de_enlace ) Estilo orientado a objetos (propiedad) class mysqli { cadena info } La función mysqli_info() regresa una cadena proveyendo información acerca de la consulta ejecutada más recientemente. La naturaleza de esta cadena [...]]]></description>
		<wfw:commentRss>http://ventics.com/mysqli-info/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysqli get host info</title>
		<link>http://ventics.com/mysqli-get-host-info/</link>
		<comments>http://ventics.com/mysqli-get-host-info/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 03:58:01 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://ventics.com/?p=338</guid>
		<description><![CDATA[(PHP 5) mysqli_get_host_info, mysqli-&#62;get_host_info — Regresa una cadena que representa el tipo de conexión usada Descripción Estilo por procedimientos: cadena mysqli_get_host_info ( mysqli $identificador_de_enlace ) Estilo orientado a objetos (propiedad): class mysqli { cadena host_info } La función mysqli_get_host_info() regresa una cadena describiendo la conexión utilizada, representada por el parámetro identificador_de_enlace (incluyendo el nombre del [...]]]></description>
		<wfw:commentRss>http://ventics.com/mysqli-get-host-info/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysqli get client version</title>
		<link>http://ventics.com/mysqli-get-client-version/</link>
		<comments>http://ventics.com/mysqli-get-client-version/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 03:57:08 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://ventics.com/?p=336</guid>
		<description><![CDATA[(PHP 5) mysqli_get_client_version — Obtiene información del cliente MySQL Descripción int mysqli_get_client_version ( void ) Regresa el número de la versión del cliente como un entero. Valores retornados Un número que representa la versión de la libreria del cliente de MySQL en el formato : main_version*10000 + minor_version *100 + sub_version. Por ejemplo, 4.1.0 es [...]]]></description>
		<wfw:commentRss>http://ventics.com/mysqli-get-client-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysqli get client info</title>
		<link>http://ventics.com/mysqli-get-client-info/</link>
		<comments>http://ventics.com/mysqli-get-client-info/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 03:56:01 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://ventics.com/?p=334</guid>
		<description><![CDATA[(PHP 5) mysqli_get_client_info — Regresa en una cadena la versión del cliente de MySQL Descripción cadena mysqli_get_client_info ( void ) La funció mysqli_get_client_info() es usada para regresar una cadena representando la versión del cliente utilizada en la extensión MySQLi. Valores retornados Una cadena que representa la versión de la libreria cliente de MySQL Ver también [...]]]></description>
		<wfw:commentRss>http://ventics.com/mysqli-get-client-info/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
