<?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>blog.mixable.de &#187; PHP</title>
	<atom:link href="http://blog.mixable.de/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mixable.de</link>
	<description>Ein Mix aus Mac OS X, Internet &#38; Webdesign.</description>
	<lastBuildDate>Thu, 22 Jul 2010 17:28:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Apache/PHP/MySQL unter Snow Leopard installieren</title>
		<link>http://blog.mixable.de/apachephpmysql-unter-snow-leopard-installieren/</link>
		<comments>http://blog.mixable.de/apachephpmysql-unter-snow-leopard-installieren/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 14:04:07 +0000</pubDate>
		<dc:creator>derlippe</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://blog.mixable.de/?p=662</guid>
		<description><![CDATA[Eine schnelle und kurze Übersicht zur Installation von Apache, PHP und MySQL unter Snow Leopard. Apache Der Apache-Server ist bereits in der Grundinstallation von Mac OS X enthalten und braucht daher nur gestartet zu werden: sudo apachectl start Ob der Server läuft, kann man über http://localhost/ prüfen. PHP Wie auch Apache, ist PHP bereits in [...]]]></description>
		<wfw:commentRss>http://blog.mixable.de/apachephpmysql-unter-snow-leopard-installieren/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wo ist meine php.ini?</title>
		<link>http://blog.mixable.de/wo-ist-meine-phpini/</link>
		<comments>http://blog.mixable.de/wo-ist-meine-phpini/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 06:48:59 +0000</pubDate>
		<dc:creator>derlippe</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[phpinfo]]></category>

		<guid isPermaLink="false">http://blog.mixable.de/?p=227</guid>
		<description><![CDATA[Wo die aktuell verwendete php.ini gespeichert ist, lässt sich ganz einfach über phpinfo() ermitteln! Dazu einfach eine neue php-Datei im Web-Verzeichnis speichern und mit folgendem Inhalt füllen: &#60;?php phpinfo&#40;&#41; ?&#62; Wird diese Datei über den Browser aufgerufen, dann ist aus der Ausgabe der Funktion phpinfo() ersichtlich, welche php.ini gerade verwendet wird: Die wichtigen Punkte sind [...]]]></description>
		<wfw:commentRss>http://blog.mixable.de/wo-ist-meine-phpini/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP: str_split () für frühere PHP-Versionen</title>
		<link>http://blog.mixable.de/php-str_split-fur-fruhere-php-versionen/</link>
		<comments>http://blog.mixable.de/php-str_split-fur-fruhere-php-versionen/#comments</comments>
		<pubDate>Thu, 18 May 2006 20:09:46 +0000</pubDate>
		<dc:creator>derlippe</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.derlippe.de/?p=14</guid>
		<description><![CDATA[In PHP5 wurde die Funktion str_split () eingeführt: array str_split ( string string [, int length] ) Konvertiert einen String in ein Array. Wenn der optionale Parameter split_length angegeben ist, enthält das zurückgegebene Array Elemente mit der in split_length definierten Länge, andernfalls enthält jedes Element ein einzelnes Zeichen. http://de.php.net/manual/de/function.str_split.php Eine alternative für frühere PHP-Versionen bietet [...]]]></description>
		<wfw:commentRss>http://blog.mixable.de/php-str_split-fur-fruhere-php-versionen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Optimization for PHP and MySQL</title>
		<link>http://blog.mixable.de/simple-optimization-for-php-and-mysql/</link>
		<comments>http://blog.mixable.de/simple-optimization-for-php-and-mysql/#comments</comments>
		<pubDate>Tue, 09 May 2006 23:19:14 +0000</pubDate>
		<dc:creator>derlippe</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.derlippe.de/?p=12</guid>
		<description><![CDATA[Here is a list of a few very simple tips for optimizing your php/mysql applications. Keep these in mind while developing. MySQL MySQL is interpreted from right to left so you should put the most significant limiters as far to the right as possible. Only select fields you need, instead of selecting * (everything). Don&#8217;t [...]]]></description>
		<wfw:commentRss>http://blog.mixable.de/simple-optimization-for-php-and-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP: Datum in deutscher Form ausgeben</title>
		<link>http://blog.mixable.de/php-date-mit-deutschem-datum/</link>
		<comments>http://blog.mixable.de/php-date-mit-deutschem-datum/#comments</comments>
		<pubDate>Mon, 08 May 2006 23:35:48 +0000</pubDate>
		<dc:creator>derlippe</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.derlippe.de/?p=7</guid>
		<description><![CDATA[Das von PHP ausgegebene Datum ist standardmäßig in englisch. Um dieses in die deutsche Form zu bringen, müssen mit Hilfe von setlocale() lokale Informationen gesetzt werden. In diesem Fall &#8220;de_DE&#8221;. setlocale&#40;&#8216;LC_TIME&#8217;, &#8216;de_DE&#8217;&#41;; echo strftime&#40;&#8216;%A&#8217;&#41;.&#8216;, der &#8216;.date&#40;&#8216;d.m.Y H:i:s&#8217;&#41;.&#8216; Uhr.&#8217;; Die Ausgabe sieht dann wie folgt aus: Dienstag, der 09.05.2006 14:15:43 Uhr. Näheres zum Datums- und Zeitformat [...]]]></description>
		<wfw:commentRss>http://blog.mixable.de/php-date-mit-deutschem-datum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
