<?xml version="1.0"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<atom:link href="http://newsconomy.com/rss/tag/php" rel="self" type="application/rss+xml" />
		<title>Newsconomy: Items tagged with "php"</title>
<link>http://newsconomy.com/tag/php</link>
<description>Recent items</description>
<pubDate>Fri, 05 Dec 2008 12:19:36 GMT</pubDate>
<language>en-us</language>
<webMaster>mudgen@gmail.com (Nick Mudge)</webMaster>
<item>
<title>Remote File Inclusion - Wikipedia, the free encyclopedia</title>
<link>http://en.wikipedia.org/wiki/Remote_File_Inclusion</link>
<pubDate>Mon, 08 Sep 2008 20:05:15 GMT</pubDate>
<description></description>
<guid isPermaLink="false">http://newsconomy.com/item/720</guid>
</item>
<item>
<title>Zend_Search_Lucene - Documentation</title>
<link>http://framework.zend.com/manual/en/zend.search.lucene.html</link>
<pubDate>Thu, 28 Aug 2008 22:24:09 GMT</pubDate>
<description></description>
<guid isPermaLink="false">http://newsconomy.com/item/709</guid>
</item>
<item>
<title>Roll Your Own Search Engine with Zend_Search_Lucene</title>
<link>http://devzone.zend.com/node/view/id/91</link>
<pubDate>Tue, 26 Aug 2008 17:25:34 GMT</pubDate>
<description></description>
<guid isPermaLink="false">http://newsconomy.com/item/707</guid>
</item>
<item>
<title>PHP Bugs: #27288: Count returns 1 for array with simple xml</title>
<link>http://bugs.php.net/bug.php?id=27288</link>
<pubDate>Tue, 22 Jul 2008 20:56:29 GMT</pubDate>
<description></description>
<guid isPermaLink="false">http://newsconomy.com/item/656</guid>
</item>
<item>
<title>Where did all the PHP programmers go? - Blog of Leonid Mamchenkov</title>
<link>http://mamchenkov.net/wordpress/2008/06/04/where-did-all-the-php-programmers-go/</link>
<pubDate>Wed, 04 Jun 2008 15:58:03 GMT</pubDate>
<description></description>
<guid isPermaLink="false">http://newsconomy.com/item/598</guid>
</item>
<item>
<title>Computer Random vs. True Random : See the difference in how random numbers are generated. Thank you Random.org!</title>
<link>http://www.boallen.com/random-numbers.html</link>
<pubDate>Wed, 21 May 2008 02:22:11 GMT</pubDate>
<description></description>
<guid isPermaLink="false">http://newsconomy.com/item/536</guid>
</item>
<item>
<title>My new best friend - PHP’s create_function()</title>
<link>http://www.thinkingphp.org/2007/05/18/my-new-best-friend-phps-create_function/</link>
<pubDate>Mon, 07 Apr 2008 21:51:07 GMT</pubDate>
<description></description>
<guid isPermaLink="false">http://newsconomy.com/item/426</guid>
</item>
<item>
<title>The immediacy of PHP</title>
<link>http://www.loudthinking.com/posts/23-the-immediacy-of-php</link>
<pubDate>Fri, 04 Apr 2008 02:38:15 GMT</pubDate>
<description></description>
<guid isPermaLink="false">http://newsconomy.com/item/418</guid>
</item>
<item>
<title>Did you know that each integer in a PHP array takes 68 bytes of storage? (Pankaj Kumar&#39;s Weblog)</title>
<link>http://pankaj-k.net/weblog/2008/03/did_you_know_that_each_integer.html</link>
<pubDate>Tue, 01 Apr 2008 15:56:26 GMT</pubDate>
<description></description>
<guid isPermaLink="false">http://newsconomy.com/item/410</guid>
</item>
<item>
<title>free mobile instant messaging service -- looking for php hacker</title>
<link>http://docs.google.com/View?docid=dftrd53b_201f6zv93</link>
<pubDate>Thu, 24 Jan 2008 04:02:02 GMT</pubDate>
<description></description>
<guid isPermaLink="false">http://newsconomy.com/item/292</guid>
</item>
<item>
<title>All About Smarty - The PHP Template Engine</title>
<link>http://www.sitepoint.com/article/smarty-php-template-engine</link>
<pubDate>Fri, 18 Jan 2008 16:30:20 GMT</pubDate>
<description></description>
<guid isPermaLink="false">http://newsconomy.com/item/276</guid>
</item>
<item>
<title>Equality Operators in PHP and Haskell</title>
<link>http://www.syntaxpolice.org/index.php/?q=node/419</link>
<pubDate>Wed, 02 Jan 2008 16:30:20 GMT</pubDate>
<description></description>
<guid isPermaLink="false">http://newsconomy.com/item/231</guid>
</item>
<item>
<title>session_regenerate_id() Improvement</title>
<link>http://ilia.ws/archives/47-session_regenerate_id-Improvement.html</link>
<pubDate>Sat, 15 Dec 2007 20:38:48 GMT</pubDate>
<description>When it renames the session id it does not remove the old session, leaving it active and potentially usable by a would be hacker.</description>
<guid isPermaLink="false">http://newsconomy.com/item/142</guid>
</item>
<item>
<title>Session Fixation: PHP Security</title>
<link>http://phpsec.org/projects/guide/4.html</link>
<pubDate>Sat, 15 Dec 2007 20:37:51 GMT</pubDate>
<description></description>
<guid isPermaLink="false">http://newsconomy.com/item/141</guid>
</item>
<item>
<title>Practical PHP Programming Wiki</title>
<link>http://hudzilla.org/phpwiki/index.php?title=Main_Page</link>
<pubDate>Tue, 11 Dec 2007 21:27:28 GMT</pubDate>
<description>Free online PHP book.</description>
<guid isPermaLink="false">http://newsconomy.com/item/127</guid>
</item>
<item>
<title>PHP&#39;s debug_backtrace() Function</title>
<link>http://www.hudzilla.org/phpbook/read.php/19_8_8</link>
<pubDate>Tue, 11 Dec 2007 20:31:28 GMT</pubDate>
<description>It is all well and good to see the line where your code went wrong, but how did it get to that line? Debugging complex scripts can sometimes be a nightmare because objects call functions, which call other objects and other functions, and so on - you end up with a nest of calls that make tracing the problem difficult. To make your life easier, you can use the function debug_backtrace().</description>
<guid isPermaLink="false">http://newsconomy.com/item/126</guid>
</item>
<item>
<title>PHP MySQL Tutorial</title>
<link>http://www.php-mysql-tutorial.com/</link>
<pubDate>Mon, 26 Nov 2007 23:17:58 GMT</pubDate>
<description></description>
<guid isPermaLink="false">http://newsconomy.com/item/58</guid>
</item>
</channel>
</rss>