<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>bashgeek.net blog - PHP</title>
    <link>http://blog.bashgeek.net/</link>
    <description>a linux and coding geeks blog</description>
    <dc:language>de</dc:language>
    <generator>Serendipity 1.5.4 - http://www.s9y.org/</generator>
    <pubDate>Mon, 14 Mar 2011 21:42:07 GMT</pubDate>

    <image>
        <url>http://blog.bashgeek.net/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: bashgeek.net blog - PHP - a linux and coding geeks blog</title>
        <link>http://blog.bashgeek.net/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>URL's automatisch in HTML-Links umwandeln</title>
    <link>http://blog.bashgeek.net/archives/5-URLs-automatisch-in-HTML-Links-umwandeln.html</link>
            <category>PHP</category>
    
    <comments>http://blog.bashgeek.net/archives/5-URLs-automatisch-in-HTML-Links-umwandeln.html#comments</comments>
    <wfw:comment>http://blog.bashgeek.net/wfwcomment.php?cid=5</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://blog.bashgeek.net/rss.php?version=2.0&amp;type=comments&amp;cid=5</wfw:commentRss>
    

    <author>nospam@example.com (Daniel Schmitz)</author>
    <content:encoded>
    Da ich gerade danach suchte und wie so oft mal wieder nichts direkt dazu fand.&lt;br /&gt;
&lt;br /&gt;
Ausgangssituation: Ein Foren-Text von einem Benutzer verfasst. Er enthält URL&#039;s. Um diese direkt ganz benutzerfreundlich als Link darzustellen kann man sich den Text wie folgt verändern lassen:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;$text = &#039;Ich kenne da eine tolle Seite: http://www.bashgeek.net/ - Wirklich toll.&#039;;&lt;br /&gt;
$text = preg_replace(&quot;/([\w]+:\/\/[\w-?&amp;;#~=\.\/@\+_%(),]+[\w-?&amp;;#~=\.\/@\+_%(),])/i&quot;, &#039;&amp;lt;a href=&quot;\\1&quot; target=&quot;_blank&quot;&amp;gt;\\1&amp;lt;/a&amp;gt;&#039;, $text);&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Natürlich gibt es auch andere Möglichkeiten um zu diesem Ergebnis zu kommen, jedoch funktioniert das gerade sehr gut &lt;img src=&quot;http://blog.bashgeek.net/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
In Teilen gefunden via Google bei nachgeschlaut.de 
    </content:encoded>

    <pubDate>Mon, 14 Mar 2011 22:33:00 +0100</pubDate>
    <guid isPermaLink="false">http://blog.bashgeek.net/archives/5-guid.html</guid>
    
</item>
<item>
    <title>phpMyAdmin Tabellen-Struktur statt Datensätze anzeigen</title>
    <link>http://blog.bashgeek.net/archives/4-phpMyAdmin-Tabellen-Struktur-statt-Datensaetze-anzeigen.html</link>
            <category>PHP</category>
    
    <comments>http://blog.bashgeek.net/archives/4-phpMyAdmin-Tabellen-Struktur-statt-Datensaetze-anzeigen.html#comments</comments>
    <wfw:comment>http://blog.bashgeek.net/wfwcomment.php?cid=4</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://blog.bashgeek.net/rss.php?version=2.0&amp;type=comments&amp;cid=4</wfw:commentRss>
    

    <author>nospam@example.com (Daniel Schmitz)</author>
    <content:encoded>
    Weil ich es gerade suchte: Wer phpMyAdmin dazu bringen möchte beim Klick auf eine Tabelle zunächst die Tabellen-Struktur anstatt der in der Tabelle befindlichen Datensätze auszugeben, der füge einfach folgende Variable in die Config ein:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;$cfg[&#039;DefaultTabTable&#039;] = &#039;tbl_structure.php&#039;;&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Andere mögliche Werte sind:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&quot;tbl_sql.php&quot;, &quot;tbl_select.php&quot;, &quot;tbl_change.php&quot; or &quot;sql.php&quot;.&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Achja, wusstet Ihr eigentlich, dass das Tabellen Icon links neben jedem Tabellennamen in der Liste Euch auch direkt die Struktur anzeigt und auch ggf. umkonfiguriert werden kann? Man lernt nie aus! &lt;img src=&quot;http://blog.bashgeek.net/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Sat, 15 Jan 2011 15:00:17 +0100</pubDate>
    <guid isPermaLink="false">http://blog.bashgeek.net/archives/4-guid.html</guid>
    
</item>

</channel>
</rss>
