<?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/tags/get</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 14:07:09 GMT</pubDate>
<item>
<title>(PHP) Detect Browser with PHP - apphp-snippets</title>
<link>http://snipplr.com/view/69908/detect-browser-with-php/</link>
<description><![CDATA[ <p>Helps to find out browser version and type your website visitor is using.</p> ]]></description>
<pubDate>Tue, 12 Feb 2013 22:02:53 GMT</pubDate>
<guid>http://snipplr.com/view/69908/detect-browser-with-php/</guid>
</item>
<item>
<title>(SQL) get all children under a tree - hairajeshk</title>
<link>http://snipplr.com/view/69601/get-all-children-under-a-tree/</link>
<description><![CDATA[ <p>to fetch all the children in a tree based on parentid</p> ]]></description>
<pubDate>Wed, 23 Jan 2013 23:53:23 GMT</pubDate>
<guid>http://snipplr.com/view/69601/get-all-children-under-a-tree/</guid>
</item>
<item>
<title>(JavaScript) Function to simulate PHP $_GET in javascript - sergiazow</title>
<link>http://snipplr.com/view/67067/function-to-simulate-php-get-in-javascript/</link>
<description><![CDATA[ <p>Simulate the $_GET array from php in javascript to get url parameters this way:
url= http://localhost/?var1=example
$_GET['var1'] will return "example"

Just copy and paste the code.</p> ]]></description>
<pubDate>Thu, 06 Sep 2012 04:42:41 GMT</pubDate>
<guid>http://snipplr.com/view/67067/function-to-simulate-php-get-in-javascript/</guid>
</item>
<item>
<title>(JavaScript) get params in JS - maceblue</title>
<link>http://snipplr.com/view/66420/get-params-in-js/</link>
<description><![CDATA[ <p>get paramt</p> ]]></description>
<pubDate>Mon, 30 Jul 2012 17:25:31 GMT</pubDate>
<guid>http://snipplr.com/view/66420/get-params-in-js/</guid>
</item>
<item>
<title>(Open Firmware) Free Facebook Credits Download Latest Version - Cristi0d27k</title>
<link>http://snipplr.com/view/65608/free-facebook-credits-download-latest-version/</link>
<description><![CDATA[ <p>Free facebook credits is the newest version to let users get a chance to play those games in Facebook. Facebook will giving you a lot of free facebook credits..You better watch out.</p> ]]></description>
<pubDate>Thu, 14 Jun 2012 04:20:21 GMT</pubDate>
<guid>http://snipplr.com/view/65608/free-facebook-credits-download-latest-version/</guid>
</item>
<item>
<title>(JavaScript) get Current SPSite - Hirsel</title>
<link>http://snipplr.com/view/65069/get-current-spsite/</link>
<description><![CDATA[ <p>without trailing slash</p> ]]></description>
<pubDate>Thu, 24 May 2012 17:38:07 GMT</pubDate>
<guid>http://snipplr.com/view/65069/get-current-spsite/</guid>
</item>
<item>
<title>(jQuery) Get Hashtag in URL with jQuery - LadyLoomis</title>
<link>http://snipplr.com/view/63693/get-hashtag-in-url-with-jquery/</link>
<description><![CDATA[ <p>Grab the hashtag at the end of the current URL.</p> ]]></description>
<pubDate>Sat, 03 Mar 2012 04:03:26 GMT</pubDate>
<guid>http://snipplr.com/view/63693/get-hashtag-in-url-with-jquery/</guid>
</item>
<item>
<title>(jQuery) PHP/ Jquery Dropdown Select - LadyLoomis</title>
<link>http://snipplr.com/view/63485/php-jquery-dropdown-select/</link>
<description><![CDATA[ <p>Set a variable by getting the URLs id with PHP.  Find the the option with the name value that is equal with the variable and add "selected" to it.</p> ]]></description>
<pubDate>Wed, 22 Feb 2012 04:24:55 GMT</pubDate>
<guid>http://snipplr.com/view/63485/php-jquery-dropdown-select/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 getVisibleBounds - adrianparr</title>
<link>http://snipplr.com/view/63449/as3-getvisiblebounds/</link>
<description><![CDATA[ <p>All credit for this goes to Zach Foley (aka Plastic Sturgeon)</p> ]]></description>
<pubDate>Mon, 20 Feb 2012 21:09:35 GMT</pubDate>
<guid>http://snipplr.com/view/63449/as3-getvisiblebounds/</guid>
</item>
<item>
<title>(jQuery) Get value of selected option in Drop Down - jjmu15</title>
<link>http://snipplr.com/view/63250/get-value-of-selected-option-in-drop-down/</link>
<description><![CDATA[ <p>This snippet gets the value of the selected dropdown</p> ]]></description>
<pubDate>Sat, 11 Feb 2012 03:05:35 GMT</pubDate>
<guid>http://snipplr.com/view/63250/get-value-of-selected-option-in-drop-down/</guid>
</item>
<item>
<title>(JavaScript) get GET and POST variables in javascript - FatFolderDesigner</title>
<link>http://snipplr.com/view/62892/get-get-and-post-variables-in-javascript/</link>
<description><![CDATA[ <p>Usually when working with form you use a server to handle it, and if your doing it entirely in javascript no reload is required, but what if you wanted to take the information and use it in a javascript on another page, completely client side. I had that problem, and found this solution.

First is how to get GET variables in javascript, it works by breaking down the URL location with a regular expression giving you a variable that behaves like the PHP $_GET variable.

Second is for POST variables and, unfortunately requires a server side script to work since javascript has no way to acces the POSt on it's own. The code below is for PHP, but should work for any language, it is also untested as I was really aiming for GET at the time.

And questions, comments, or concerns let me know here or at the link, you'll find a bit more information this there as well.</p> ]]></description>
<pubDate>Mon, 30 Jan 2012 09:43:54 GMT</pubDate>
<guid>http://snipplr.com/view/62892/get-get-and-post-variables-in-javascript/</guid>
</item>
<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>(JavaScript) Use variables passed in the URL in Javascript/jQuery - sicbot</title>
<link>http://snipplr.com/view/60526/use-variables-passed-in-the-url-in-javascriptjquery/</link>
<description><![CDATA[ <p>(I did not write this, but I forgot where I got it.)

This code will find all the variables passed though the URL and return the one you are looking for.</p> ]]></description>
<pubDate>Fri, 04 Nov 2011 02:38:39 GMT</pubDate>
<guid>http://snipplr.com/view/60526/use-variables-passed-in-the-url-in-javascriptjquery/</guid>
</item>
<item>
<title>(JavaScript) Ifram get parent - Alexintosh</title>
<link>http://snipplr.com/view/60286/ifram-get-parent/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 28 Oct 2011 02:29:50 GMT</pubDate>
<guid>http://snipplr.com/view/60286/ifram-get-parent/</guid>
</item>
<item>
<title>(JavaScript) Ifram get parent - Alexintosh</title>
<link>http://snipplr.com/view/60285/ifram-get-parent/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 28 Oct 2011 02:25:09 GMT</pubDate>
<guid>http://snipplr.com/view/60285/ifram-get-parent/</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>
</channel>
</rss>