<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.pedroposada.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Pedro Posada&#039;s Blog</title>
 <link>http://www.pedroposada.com/category/blog/phpscripts</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>php.ini directives</title>
 <link>http://www.pedroposada.com/blog/php.ini-directives.html</link>
 <description>&lt;p&gt;These are some of the directive you can use to have your website work a bit better in terms of uploading files and showing really long pages like modules page and blocks page in the admin section of drupal.&lt;/p&gt;
&lt;p&gt;Create a &lt;code&gt;php.ini&lt;/code&gt; file in your site&#039;s root folder and copy and paste this code into it.&lt;/p&gt;
&lt;pre&gt;
register_globals = Off
memory_limit = 96M
post_max_size = 100M
upload_max_filesize = 100M
max_execution_time = 1000
max_input_time = 1000 &lt;/pre&gt;&lt;p&gt;You can also check this link for more good info on how to fix server memory problems. &lt;a href=&quot;http://drupal.org/node/76156&quot; title=&quot;http://drupal.org/node/76156&quot;&gt;http://drupal.org/node/76156&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://www.pedroposada.com/blog/php.ini-directives.html#comments</comments>
 <category domain="http://www.pedroposada.com/category/blog/internalservererror500">internal server error 500</category>
 <category domain="http://www.pedroposada.com/category/blog/phpscripts">php scripts</category>
 <pubDate>Sun, 26 Oct 2008 20:05:33 -0400</pubDate>
 <dc:creator>pedro</dc:creator>
 <guid isPermaLink="false">46 at http://www.pedroposada.com</guid>
</item>
<item>
 <title>Block visibility php snippets</title>
 <link>http://www.pedroposada.com/blog/block-visibility-php-snippets.html</link>
 <description>&lt;p&gt;Display a block on certain pages by url and by node type.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.pedroposada.com/blog/block-visibility-php-snippets.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.pedroposada.com/blog/block-visibility-php-snippets.html#comments</comments>
 <category domain="http://www.pedroposada.com/category/blog/block-visibility">block visibility</category>
 <category domain="http://www.pedroposada.com/category/blog/drupal-recipe">drupal recipe</category>
 <category domain="http://www.pedroposada.com/category/blog/phpscripts">php scripts</category>
 <pubDate>Mon, 26 May 2008 13:19:57 -0400</pubDate>
 <dc:creator>pedro</dc:creator>
 <guid isPermaLink="false">36 at http://www.pedroposada.com</guid>
</item>
<item>
 <title>Generate a CSV file</title>
 <link>http://www.pedroposada.com/blog/generate-csv-file.html</link>
 <description>&lt;p&gt;Snippet to generate a CSV (comma separated values) file from any table or combination of tables from the data base.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.pedroposada.com/blog/generate-csv-file.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.pedroposada.com/blog/generate-csv-file.html#comments</comments>
 <category domain="http://www.pedroposada.com/category/blog/drupal-recipe">drupal recipe</category>
 <category domain="http://www.pedroposada.com/category/blog/phpscripts">php scripts</category>
 <pubDate>Thu, 17 Apr 2008 03:14:30 -0400</pubDate>
 <dc:creator>pedro</dc:creator>
 <guid isPermaLink="false">28 at http://www.pedroposada.com</guid>
</item>
<item>
 <title>PHP photo gallery</title>
 <link>http://www.pedroposada.com/blog/php-photo-gallery.html</link>
 <description>&lt;p&gt;&lt;b&gt;This is a quick and dirty php script that generates a web picture gallery.&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;There is no need for a database because it recursively scans the directory tree and outputs all the images inside a n html table. It generates a navigation menu to switch between galleries as well. &lt;/p&gt;
&lt;p&gt;It&#039;s a good solution if you deal with big amounts of pictures because you can just use FTP to upload the pictures and the script generates the thumbnails and galleries automatically.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.pedroposada.com/blog/php-photo-gallery.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.pedroposada.com/blog/php-photo-gallery.html#comments</comments>
 <category domain="http://www.pedroposada.com/category/blog/phpscripts">php scripts</category>
 <enclosure url="http://www.pedroposada.com/files/sample-gallery.rar" length="426294" type="application/octet-stream" />
 <pubDate>Fri, 07 Mar 2008 00:07:13 -0500</pubDate>
 <dc:creator>pedro</dc:creator>
 <guid isPermaLink="false">17 at http://www.pedroposada.com</guid>
</item>
</channel>
</rss>

