<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 21:55:19 +0000</lastBuildDate>
    <item>
      <title>(PHP) Uso de la libreria PHPMailer con una cuenta gmail. - alberomo</title>
      <link>https://snipplr.com/view/59868/uso-de-la-libreria-phpmailer-con-una-cuenta-gmail</link>
      <description>&lt;p&gt;Script para usar la librerÃ­a PHP Mailer para enviar un mail usando gmail como servidor SMTP.&#13;
&#13;
Se debe descargar la librerÃ­a phpMailer (www.phpmailer.worxware.com).&#13;
&#13;
Se usa una plantilla html para maquetar el cuerpo del mensaje.&#13;
&#13;
Desde un servidor local XAMPP. (Nota:descomentar extension=php_openssl.dll en el fichero php.ini).&lt;/p&gt;</description>
      <pubDate>Mon, 17 Oct 2011 00:49:57 UTC</pubDate>
      <guid>https://snipplr.com/view/59868/uso-de-la-libreria-phpmailer-con-una-cuenta-gmail</guid>
    </item>
    <item>
      <title>(PHP) Table populated dinamically without using ADODB php library code - alberomo</title>
      <link>https://snipplr.com/view/59476/table-populated-dinamically-without-using-adodb-php-library-code</link>
      <description>&lt;p&gt;It uses a variable with a RecordSet. db_query PHP Functions can be used to have the REcordSet(http://snipplr.com/view/59419/php-connexion-to-mysql-ddbb-sql-query-and-creation-of-a-record-set/).&#13;
&#13;
Then fill the tables with the data of the RecordSet.&lt;/p&gt;</description>
      <pubDate>Thu, 06 Oct 2011 08:05:57 UTC</pubDate>
      <guid>https://snipplr.com/view/59476/table-populated-dinamically-without-using-adodb-php-library-code</guid>
    </item>
    <item>
      <title>(PHP) PHP Connexion to Mysql DDBB, SQL query and creation of a Record Set. - alberomo</title>
      <link>https://snipplr.com/view/59419/php-connexion-to-mysql-ddbb-sql-query-and-creation-of-a-record-set</link>
      <description>&lt;p&gt;PHP code for connect to MySql, create a SQL query and a Record Set from it.&#13;
&#13;
Note: If you use ADODB php library, write db_query() instead of mysql_query().&lt;/p&gt;</description>
      <pubDate>Wed, 05 Oct 2011 03:37:14 UTC</pubDate>
      <guid>https://snipplr.com/view/59419/php-connexion-to-mysql-ddbb-sql-query-and-creation-of-a-record-set</guid>
    </item>
    <item>
      <title>(PHP) Table populated dinamically using ADODB php library code - alberomo</title>
      <link>https://snipplr.com/view/59386/table-populated-dinamically-using-adodb-php-library-code</link>
      <description>&lt;p&gt;It uses a variable with a RecordSet from a ADOdb Library (Library must be downloaded). db_query PHP Functions can be used to have the REcordSet(http://snipplr.com/view/59379/dbquery-php-function-for-ddbb-queries-with-adodb-library/)&#13;
&#13;
Then uses ADODB php library functions and properties for fill the tables with the data of the RecordSet.&lt;/p&gt;</description>
      <pubDate>Tue, 04 Oct 2011 06:13:11 UTC</pubDate>
      <guid>https://snipplr.com/view/59386/table-populated-dinamically-using-adodb-php-library-code</guid>
    </item>
    <item>
      <title>(PHP) db_query PHP function for ddbb queries with ADOdb Library (INSERT queries) - alberomo</title>
      <link>https://snipplr.com/view/59381/dbquery-php-function-for-ddbb-queries-with-adodb-library-insert-queries</link>
      <description>&lt;p&gt;A PHP function to get a Record Set using ADOdb Library.&#13;
&#13;
It takes the (SQL) query as an argument. For INSERT queries. NOTE: A call for a query.&#13;
&#13;
It also need next variables: $dbhost,$dbuser,$dbpasswd,$dbname (data from de bbdd connexion). Can be declared in the document itself.&#13;
&#13;
It returns the Record Set.&#13;
&#13;
It needs the ADOdb Library for php.&lt;/p&gt;</description>
      <pubDate>Tue, 04 Oct 2011 04:52:56 UTC</pubDate>
      <guid>https://snipplr.com/view/59381/dbquery-php-function-for-ddbb-queries-with-adodb-library-insert-queries</guid>
    </item>
    <item>
      <title>(PHP) db_query PHP function for ddbb queries with ADOdb Library - alberomo</title>
      <link>https://snipplr.com/view/59379/dbquery-php-function-for-ddbb-queries-with-adodb-library</link>
      <description>&lt;p&gt;A PHP function to get a Record Set using ADOdb Library.&#13;
&#13;
It takes the (SQL) query as an argument.  For SELECT,UPDATE and DELETE queries.&#13;
&#13;
It also need next variables: $db_host,$db_user,$db_passwd,$db_name (data from de bbdd connexion). Can be declared in the document itself.&#13;
&#13;
It returns the Record Set. &#13;
&#13;
It needs the ADOdb Library for php.&lt;/p&gt;</description>
      <pubDate>Tue, 04 Oct 2011 04:34:36 UTC</pubDate>
      <guid>https://snipplr.com/view/59379/dbquery-php-function-for-ddbb-queries-with-adodb-library</guid>
    </item>
    <item>
      <title>(PHP) getVars Function for PHP. - alberomo</title>
      <link>https://snipplr.com/view/59322/getvars-function-for-php</link>
      <description>&lt;p&gt;Transform $_GET or $_POST in a string to add to an URL and send variables and values.&#13;
Argument: Receive an $_GET O $_POST array function.&#13;
Returns: variables concatenation to add to the URL.&lt;/p&gt;</description>
      <pubDate>Sat, 01 Oct 2011 21:34:07 UTC</pubDate>
      <guid>https://snipplr.com/view/59322/getvars-function-for-php</guid>
    </item>
  </channel>
</rss>
