<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://pedroposada.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>php scripts</title>
 <link>http://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://pedroposada.com/blog/php-ini-directives</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;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;register_globals = Off&lt;br /&gt;memory_limit = 40M&lt;br /&gt;&lt;br /&gt;post_max_size = 100M&lt;br /&gt;upload_max_filesize = 100M&lt;br /&gt;max_execution_time = 1000&lt;br /&gt;max_input_time = 1000&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;You can also check this link for more good info on how to fix server memory problems.&lt;br /&gt;
&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://pedroposada.com/blog/php-ini-directives#comments</comments>
 <category domain="http://pedroposada.com/category/blog/phpscripts">php scripts</category>
 <pubDate>Sun, 26 Oct 2008 20:05:33 -0400</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">46 at http://pedroposada.com</guid>
</item>
<item>
 <title>Block visibility php snippets</title>
 <link>http://pedroposada.com/blog/block-visibility-php-snippets</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://pedroposada.com/blog/block-visibility-php-snippets&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://pedroposada.com/blog/block-visibility-php-snippets#comments</comments>
 <category domain="http://pedroposada.com/category/blog/blockvisibility">block visibility</category>
 <category domain="http://pedroposada.com/category/blog/drupalrecipe">drupal recipe</category>
 <category domain="http://pedroposada.com/category/blog/phpscripts">php scripts</category>
 <pubDate>Mon, 26 May 2008 13:19:57 -0400</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">36 at http://pedroposada.com</guid>
</item>
<item>
 <title>Generate a CSV file</title>
 <link>http://pedroposada.com/blog/generate-csv-file</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://pedroposada.com/blog/generate-csv-file&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://pedroposada.com/blog/generate-csv-file#comments</comments>
 <category domain="http://pedroposada.com/category/blog/drupalrecipe">drupal recipe</category>
 <category domain="http://pedroposada.com/category/blog/phpscripts">php scripts</category>
 <pubDate>Thu, 17 Apr 2008 03:14:30 -0400</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">28 at http://pedroposada.com</guid>
</item>
<item>
 <title>PHP photo gallery</title>
 <link>http://pedroposada.com/blog/php-photo-gallery</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;br /&gt;&lt;br /&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;br /&gt;&lt;br /&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;a href=&quot;http://pedroposada.com/blog/php-photo-gallery&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://pedroposada.com/blog/php-photo-gallery#comments</comments>
 <category domain="http://pedroposada.com/category/blog/phpscripts">php scripts</category>
 <enclosure url="http://pedroposada.com/files/sample-gallery.rar" length="426294" type="application/octet-stream" />
 <pubDate>Fri, 07 Mar 2008 00:07:13 -0500</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">17 at http://pedroposada.com</guid>
</item>
</channel>
</rss>
