<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ask the German &#187; PHP</title>
	<atom:link href="http://www.askthegerman.com/archives/category/webtech/programming/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.askthegerman.com</link>
	<description>"the owl of Minerva spreads its wings only with the falling of the dusk"</description>
	<lastBuildDate>Thu, 30 Apr 2009 10:26:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>MySQL Administration Tools</title>
		<link>http://www.askthegerman.com/archives/163</link>
		<comments>http://www.askthegerman.com/archives/163#comments</comments>
		<pubDate>Sun, 23 Nov 2008 14:13:51 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[CocoaMySQL]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MAC]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[MyDB Studio]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[phpMyBackupPro]]></category>
		<category><![CDATA[relational]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://www.askthegerman.com/?p=163</guid>
		<description><![CDATA[Being forced to work with MySQL Databases, not every Web Developer is familiar with databases in general. Now the good news is that when working in a LAMP (Linux, Apache, MySQL and PHP) environment you do not really need to have deep knowledge about relational databases to succeed. Most tools like CMS do a full [...]]]></description>
			<content:encoded><![CDATA[<p>Being forced to work with <a href="http://www.mysql.com/" title="MySQL, a famous relational database engine" target="_blank">MySQL Databases</a>, not every Web Developer is familiar with databases in general.</p>
<p> Now the good news is that when working in a <a href="http://en.wikipedia.org/wiki/LAMP" title="A synonym for a Linux, Apache, MySQL and PHP environment" target="_blank">LAMP</a> (Linux, Apache, MySQL and PHP) environment you do not really need to have deep knowledge about relational databases to succeed.</p>
<p> Most tools like <a href="http://en.wikipedia.org/wiki/Content_Management_System" title="Synonym for Content Management System" target="_blank">CMS</a> do a full automated setup for you and the only knowledge it needs to have starting with them, is the server and database name and finally the login credentials (username/password) to access it.</p>
<p> Just later on the one or other maintenance work will occur and you will feel the need of having some nice and neat database interface to work with. Knowing about this need today I will recommend you a few tools and you should feel free to choose one or each of them based on your platform and taste.</p>
<p>The first tool I will recommend you is called <a href="http://www.phpmyadmin.net/home_page/index.php" title="Browser base Admin tool for MySQL" target="_blank">phpMyAdmin</a>. It is written in <a href="http://www.php.net" title="Hypertext PreProcessor" target="_blank">PHP</a> and as a so called browser tool it works platform independent and flawless in all common browsers. Very often being offered by hosting providers it is mostly already part of your hosting package and easy to access and use. Coming along with all necessary options like browsing and navigating through your databases, it also offers a SQL interface and the often necessary export/import options. Personally it is my favorite tool to work with.</p>
<p>Once you are familiar with phpMyAdmin, <a href="http://www.phpmybackuppro.net/" title="Browser based Export/Import tool for MySQL" target="_blank">phpMyBackupPro</a> is another very similar tool you might find it worth to look at. Also browser based it is mainly written for interactive exports and imports, but can get also use for scheduled automatic backups.</p>
<p> For Windows platform only I would like to recommend you a tool called <a href="http://www.mydb-studio.com/" title="Windows base Admin tool for MySQL">MyDB Studio</a>. Coming along with a well designed interface it offers all features you need and the license it needs is given away for free in case you only use it for private and non commercial interests. It just needs you to give them a valid email address and the key is emailed to you quickly after.</p>
<p>And now finally and last in case you are such a Macintosh guru, I would like to recommend you <a href="http://cocoamysql.sourceforge.net" title="Macintosh based Admin tool for MySQL " target="_blank">CocoaMySQL</a>. It does a similar great job like the others and can get used right away after the installation has taken place. What I like is the console view of is, showing you all command issued during the past and looking at it you might even learn some <a href="http://en.wikipedia.org/wiki/SQL" title="Structured Query Language" target="_blank">SQL</a> (Structured Query Language).</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.askthegerman.com%2Farchives%2F163';
  addthis_title  = 'MySQL+Administration+Tools';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.askthegerman.com/archives/163/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Settings in a Shared Environment</title>
		<link>http://www.askthegerman.com/archives/59</link>
		<comments>http://www.askthegerman.com/archives/59#comments</comments>
		<pubDate>Fri, 07 Nov 2008 15:42:39 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web Technologies]]></category>
		<category><![CDATA[Webserver]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[shared hosting]]></category>

		<guid isPermaLink="false">http://www.askthegerman.com/?p=59</guid>
		<description><![CDATA[Working with LAMP (Linux, Apache, MySQL and PHP) Applications we sooner or later do run into the need to change our actual runtime environment for it. Mostly based on specific PHP settings an application does need to be able to run first, we have to specify, change or increase PHP default settings, but do feel [...]]]></description>
			<content:encoded><![CDATA[<p>Working with LAMP (<strong>L</strong>inux, <strong>A</strong>pache, <strong>M</strong>ySQL and <strong>P</strong>HP) Applications we sooner or later do run into the need to change our actual runtime environment for it. Mostly based on specific PHP settings an application does need to be able to run first, we have to specify, change or increase PHP default settings, but do feel somewhat handicapped within a shared hosting environment. Usually Admins there do not allow everybody allow to modify or hack their central configuration files on the server.</p>
<p>But also for this situation clever developers have thought about a trick to help their community to overcome such hassle.</p>
<p> As a matter of fact it is possible to change PHP configuration settings within .htaccess very easily for everyone.</p>
<p>For example it is possible to</p>
<blockquote><p><span style="font-weight: bold">Prevent Global Variable Injection Attacks</span><strong> with:</strong></p>
</blockquote>
<p><strong> </strong></p>
<ul></ul>
<div class="codecontent">
<ul>
<li><em>php_flag register_globals off</em></li>
</ul>
</div>
<blockquote></blockquote>
<blockquote><p><span style="font-weight: bold">Prevent Cross Site Scripting (XSS) Attacks with:</span></p>
</blockquote>
<ul></ul>
<div class="codecontent">
<ul>
<li><em>php_flag allow_url_fopen off </em></li>
</ul>
</div>
<blockquote></blockquote>
<blockquote><p><span style="font-weight: bold">Prevent Code Injection Attacks with:</span></p>
</blockquote>
<ul></ul>
<div class="codecontent">
<ul>
<li><em>php_flag magic_quotes_gpc on</em></li>
</ul>
<p> To do so</p>
</div>
<p>1. Open the <span style="font-style: italic">.htaccess</span> file located in your site&#8217;s home directory, or if you don&#8217;t have one, create a blank one now. </p>
<p>2. Add any of the following code samples to your .htaccess file, each on it&#8217;s own line.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.askthegerman.com%2Farchives%2F59';
  addthis_title  = 'PHP+Settings+in+a+Shared+Environment';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.askthegerman.com/archives/59/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
