<?xml version="1.0"?>
<?xml-stylesheet href="/App_Themes/Rss/Rss.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:snippetcenter="http://www.snippetcenter.org/">
<channel>
	<title>snippetcenter.org Snippet Feed - PHP</title>
	<link>http://www.snippetcenter.org/</link>
	<description>The newest Snippets in  PHP</description>
	<language>en-us</language>
	<copyright>snippetcenter.org</copyright>
	<generator>Advice: This is a RSS Document for reading in your RSS-Reader. Click here for mor informations.</generator>

	<image>
		<url>http://www.snippetcenter.org/Library/Media/Public/button_88x31.png</url>
		<title>snippetcenter.org</title>
		<link>http://www.snippetcenter.org/</link>
		<width>88</width>
		<height>31</height>
	</image>
	
	<item>
     <title><![CDATA[Viewstate]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/en/viewstate-s1983.aspx]]></guid>
     <pubDate>Wed, 24 Feb 2010 19:49:00 GMT</pubDate>
     <description><![CDATA[A simple viewstate implementation for PHP.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/en/viewstate-s1983.aspx]]></link>
</item>

<item>
     <title><![CDATA[/**/-Kommentare löschen]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/en/-kommentare-loeschen-s1974.aspx]]></guid>
     <pubDate>Sun, 08 Feb 2009 17:31:00 GMT</pubDate>
     <description><![CDATA[Suchte nach "/**/"-Kommentaren und löscht diese.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/en/-kommentare-loeschen-s1974.aspx]]></link>
</item>

<item>
     <title><![CDATA[Bilderschutz]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/en/bilderschutz-s1929.aspx]]></guid>
     <pubDate>Sun, 22 Oct 2006 15:20:00 GMT</pubDate>
     <description><![CDATA[Gibt ein JPG Bild zersplittert zurück.
Aufruf per: saveimg(string $filename, int $pieces);

$filename: Pfad zur Datei
$pieces: Anzahl, in wieviel Teile das Bild zerteilt werden soll.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/en/bilderschutz-s1929.aspx]]></link>
</item>

<item>
     <title><![CDATA[Fotos verpixeln / unkenntlich machen]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/en/fotos-verpixeln-unkenntlich-machen-s1911.aspx]]></guid>
     <pubDate>Tue, 22 Aug 2006 02:11:00 GMT</pubDate>
     <description><![CDATA[Mit dieser Methode aus meiner Bildklasse kann man mit einen Bereich eines Bildes verpixeln.unkenntlich machen. Den Bereich sowie die Blockgröße kann man selbst wählen, den Rest über nimmt die Funktion automatisch.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/en/fotos-verpixeln-unkenntlich-machen-s1911.aspx]]></link>
</item>

<item>
     <title><![CDATA[Abfrage der Bildschirmgröße ... dann laden der passenden CSS-Datei]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/en/abfrage-der-bildschirmgroesse-dann-laden-der-passenden-css-datei-s1903.aspx]]></guid>
     <pubDate>Thu, 15 Jun 2006 11:36:00 GMT</pubDate>
     <description><![CDATA[Dieses Script fragt über Javascript die Bildschirmgröße ab, vergleicht dann die Variablen mit der Vorgabe, weist den Variablen $width und $height dann die gewünschten Werte zu und lädt dann dementsprechend die passende Styledatei, die natürlich den passenden Namen tragen muss (zum Beispiel: ist $width=1024 wird die 1024.css geladen). 
Man kann den If-Teil problemlos erweitern und somit alle möglichen Bildschirm-Auflösungen abfragen und festlegen welche Werte $width und $height dann haben sollen, damit die passende Style-Datei geladen wird.
Das Script sollte im HTML-Head stehen.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/en/abfrage-der-bildschirmgroesse-dann-laden-der-passenden-css-datei-s1903.aspx]]></link>
</item>

<item>
     <title><![CDATA[phazizDBLogin]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/en/phazizdblogin-s1884.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 21:21:00 GMT</pubDate>
     <description><![CDATA[Ein Login per MySQL Datenbank. ]]></description>
     <link><![CDATA[http://www.snippetcenter.org/en/phazizdblogin-s1884.aspx]]></link>
</item>

<item>
     <title><![CDATA[File Uploader Box with result box]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/en/file-uploader-box-with-result-box-s1877.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:21:00 GMT</pubDate>
     <description><![CDATA[This is an example of how to upload a file in PHP. This particular example uploads a file from a pop up window.I normally call this with a simple javascript         hyper liink like this &lt;a href=&quot;javascript: PopWindow('/pathtouploader/uploader.php','uploader','600','300','no','center');&quot;&gt;Uploader&lt;/a&gt;.. and it works rather well that way, and the code is set of those sizes in this example]]></description>
     <link><![CDATA[http://www.snippetcenter.org/en/file-uploader-box-with-result-box-s1877.aspx]]></link>
</item>

<item>
     <title><![CDATA[Output a filename given in GET]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/en/output-a-filename-given-in-get-s1864.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:21:00 GMT</pubDate>
     <description><![CDATA[If the GET variable 'get' is a filename in the current directory, output its contents.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/en/output-a-filename-given-in-get-s1864.aspx]]></link>
</item>

<item>
     <title><![CDATA[php_mbox_parser]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/en/php_mbox_parser-s1821.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:21:00 GMT</pubDate>
     <description><![CDATA[This code can parse mbox and put Date/Subject/body of email in array for further processing]]></description>
     <link><![CDATA[http://www.snippetcenter.org/en/php_mbox_parser-s1821.aspx]]></link>
</item>

<item>
     <title><![CDATA[getPHPmail]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/en/getphpmail-s1816.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:21:00 GMT</pubDate>
     <description><![CDATA[This code will connect to IMAP/POP3 server and get the mails and will put the needed mail headers &amp; body in variables]]></description>
     <link><![CDATA[http://www.snippetcenter.org/en/getphpmail-s1816.aspx]]></link>
</item>



</channel>
</rss>
