<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/php/tags/get</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 15 Feb 2012 04:03:37 GMT</pubDate>
<item>
<title>(PHP) Show list of Child pages and Featured Image on Current Page - i-am-andy</title>
<link>http://snipplr.com/view/62419/show-list-of-child-pages-and-featured-image-on-current-page/</link>
<description><![CDATA[ <p>Show all child pages content and featured image on the parent page</p> ]]></description>
<pubDate>Mon, 09 Jan 2012 21:40:40 GMT</pubDate>
<guid>http://snipplr.com/view/62419/show-list-of-child-pages-and-featured-image-on-current-page/</guid>
</item>
<item>
<title>(PHP) Display recent Twitter tweets using PHP - i-am-andy</title>
<link>http://snipplr.com/view/61700/display-recent-twitter-tweets-using-php/</link>
<description><![CDATA[ <p>If you’ve ever wanted to display your latest Twitter tweets on a website, here is method to do that using PHP.</p> ]]></description>
<pubDate>Tue, 06 Dec 2011 20:12:54 GMT</pubDate>
<guid>http://snipplr.com/view/61700/display-recent-twitter-tweets-using-php/</guid>
</item>
<item>
<title>(PHP) PHP Microtime - okhy</title>
<link>http://snipplr.com/view/61024/php-microtime/</link>
<description><![CDATA[ <p>This function will give you something like milliseconds in Javascript, like: new Date().getTime();</p> ]]></description>
<pubDate>Mon, 21 Nov 2011 15:17:40 GMT</pubDate>
<guid>http://snipplr.com/view/61024/php-microtime/</guid>
</item>
<item>
<title>(PHP) Table populated dinamically without using ADODB php library code - alberomo</title>
<link>http://snipplr.com/view/59476/table-populated-dinamically-without-using-adodb-php-library-code/</link>
<description><![CDATA[ <p>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/).

Then fill the tables with the data of the RecordSet.</p> ]]></description>
<pubDate>Thu, 06 Oct 2011 08:05:57 GMT</pubDate>
<guid>http://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>http://snipplr.com/view/59419/php-connexion-to-mysql-ddbb-sql-query-and-creation-of-a-record-set/</link>
<description><![CDATA[ <p>PHP code for connect to MySql, create a SQL query and a Record Set from it.

Note: If you use ADODB php library, write db_query() instead of mysql_query().</p> ]]></description>
<pubDate>Wed, 05 Oct 2011 03:37:14 GMT</pubDate>
<guid>http://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>http://snipplr.com/view/59386/table-populated-dinamically-using-adodb-php-library-code/</link>
<description><![CDATA[ <p>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/)

Then uses ADODB php library functions and properties for fill the tables with the data of the RecordSet.</p> ]]></description>
<pubDate>Tue, 04 Oct 2011 06:13:11 GMT</pubDate>
<guid>http://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>http://snipplr.com/view/59381/dbquery-php-function-for-ddbb-queries-with-adodb-library-insert-queries/</link>
<description><![CDATA[ <p>A PHP function to get a Record Set using ADOdb Library.

It takes the (SQL) query as an argument. For INSERT queries. NOTE: A call for a query.

It also need next variables: $dbhost,$dbuser,$dbpasswd,$dbname (data from de bbdd connexion). Can be declared in the document itself.

It returns the Record Set.

It needs the ADOdb Library for php.</p> ]]></description>
<pubDate>Tue, 04 Oct 2011 04:52:56 GMT</pubDate>
<guid>http://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>http://snipplr.com/view/59379/dbquery-php-function-for-ddbb-queries-with-adodb-library/</link>
<description><![CDATA[ <p>A PHP function to get a Record Set using ADOdb Library.

It takes the (SQL) query as an argument.  For SELECT,UPDATE and DELETE queries.

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.

It returns the Record Set. 

It needs the ADOdb Library for php.</p> ]]></description>
<pubDate>Tue, 04 Oct 2011 04:34:36 GMT</pubDate>
<guid>http://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>http://snipplr.com/view/59322/getvars-function-for-php/</link>
<description><![CDATA[ <p>Transform $_GET or $_POST in a string to add to an URL and send variables and values.
Argument: Receive an $_GET O $_POST array function.
Returns: variables concatenation to add to the URL.</p> ]]></description>
<pubDate>Sat, 01 Oct 2011 21:34:07 GMT</pubDate>
<guid>http://snipplr.com/view/59322/getvars-function-for-php/</guid>
</item>
<item>
<title>(PHP) Calculate Age using PHP (mounth-day-year to age) - i0ni</title>
<link>http://snipplr.com/view/58370/calculate-age-using-php-mounthdayyear-to-age/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 01 Sep 2011 17:58:55 GMT</pubDate>
<guid>http://snipplr.com/view/58370/calculate-age-using-php-mounthdayyear-to-age/</guid>
</item>
<item>
<title>(PHP) Get Posts from Custom Post Type - i-am-andy</title>
<link>http://snipplr.com/view/58108/get-posts-from-custom-post-type/</link>
<description><![CDATA[ <p>Get posts from a Custom Post Type</p> ]]></description>
<pubDate>Tue, 23 Aug 2011 22:22:10 GMT</pubDate>
<guid>http://snipplr.com/view/58108/get-posts-from-custom-post-type/</guid>
</item>
<item>
<title>(PHP) Magento Create New Module - Controller Dispatch - necode</title>
<link>http://snipplr.com/view/57057/magento-create-new-module--controller-dispatch/</link>
<description><![CDATA[ <p>Create a Hello World module in the Magento system
Configure this module with routes
Create Action Controller(s) for our routes</p> ]]></description>
<pubDate>Sat, 23 Jul 2011 02:15:16 GMT</pubDate>
<guid>http://snipplr.com/view/57057/magento-create-new-module--controller-dispatch/</guid>
</item>
<item>
<title>(PHP) get file extension - BilalELMoussaoui</title>
<link>http://snipplr.com/view/56889/get-file-extension/</link>
<description><![CDATA[ <p>get file extension</p> ]]></description>
<pubDate>Wed, 20 Jul 2011 07:36:12 GMT</pubDate>
<guid>http://snipplr.com/view/56889/get-file-extension/</guid>
</item>
<item>
<title>(PHP) Nice Include by GET with Verification - ahdriel</title>
<link>http://snipplr.com/view/56367/nice-include-by-get-with-verification/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 09 Jul 2011 22:51:35 GMT</pubDate>
<guid>http://snipplr.com/view/56367/nice-include-by-get-with-verification/</guid>
</item>
<item>
<title>(PHP) Automatically get latest download link from Sparkle in PHP - shadevampire</title>
<link>http://snipplr.com/view/54637/automatically-get-latest-download-link-from-sparkle-in-php/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 31 May 2011 19:53:05 GMT</pubDate>
<guid>http://snipplr.com/view/54637/automatically-get-latest-download-link-from-sparkle-in-php/</guid>
</item>
<item>
<title>(PHP) Wordpress Get Theme Url - janvdm</title>
<link>http://snipplr.com/view/49373/wordpress-get-theme-url/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Feb 2011 01:18:18 GMT</pubDate>
<guid>http://snipplr.com/view/49373/wordpress-get-theme-url/</guid>
</item>
<item>
<title>(PHP) Pass array to url - jli</title>
<link>http://snipplr.com/view/47850/pass-array-to-url/</link>
<description><![CDATA[ <p>This code comes from the php documentation (see url)</p> ]]></description>
<pubDate>Tue, 25 Jan 2011 22:07:39 GMT</pubDate>
<guid>http://snipplr.com/view/47850/pass-array-to-url/</guid>
</item>
<item>
<title>(PHP) How to see if a remote file exists - dropthenerd</title>
<link>http://snipplr.com/view/47487/how-to-see-if-a-remote-file-exists/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 19 Jan 2011 12:37:36 GMT</pubDate>
<guid>http://snipplr.com/view/47487/how-to-see-if-a-remote-file-exists/</guid>
</item>
<item>
<title>(PHP) Clean and get global variable - ramy</title>
<link>http://snipplr.com/view/47452/clean-and-get-global-variable/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 19 Jan 2011 02:37:14 GMT</pubDate>
<guid>http://snipplr.com/view/47452/clean-and-get-global-variable/</guid>
</item>
<item>
<title>(PHP) Query String Variables - snaidoo</title>
<link>http://snipplr.com/view/46946/query-string-variables/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 12 Jan 2011 00:59:13 GMT</pubDate>
<guid>http://snipplr.com/view/46946/query-string-variables/</guid>
</item>
</channel>
</rss>
