<?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>andrzej borowicz &#187; php</title>
	<atom:link href="http://andrzej.borowicz.info/tag/php/feed" rel="self" type="application/rss+xml" />
	<link>http://andrzej.borowicz.info</link>
	<description>czyli znalezione w sieci</description>
	<lastBuildDate>Wed, 11 Jan 2012 23:50:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>echo imieniny();</title>
		<link>http://andrzej.borowicz.info/echo-imieniny/2010/04/14/</link>
		<comments>http://andrzej.borowicz.info/echo-imieniny/2010/04/14/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 08:15:59 +0000</pubDate>
		<dc:creator>andrzej</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://andrzej.borowicz.info/?p=419</guid>
		<description><![CDATA[prosty skrypcik wyswietlajacy imieniny: imieniny.php]]></description>
			<content:encoded><![CDATA[<p>prosty skrypcik wyswietlajacy imieniny:<br />
<a href="http://andrzej.borowicz.info/files/phps/imieniny-s.php">imieniny.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://andrzej.borowicz.info/echo-imieniny/2010/04/14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>contenido 4.6.22</title>
		<link>http://andrzej.borowicz.info/contenido-4622/2008/08/27/</link>
		<comments>http://andrzej.borowicz.info/contenido-4622/2008/08/27/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 14:52:53 +0000</pubDate>
		<dc:creator>andrzej</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[contenido]]></category>

		<guid isPermaLink="false">http://172.20.200.210/andrzej/?p=46</guid>
		<description><![CDATA[no chlopaki wydali w koncu kolejna wersje contenido 4.6.22 w koncu moze sie przesiade jak skoncze moduly przerabiac :P fajny cms ale mialbym pare uwag, ogolne dla endusera/redaktora super sprawa]]></description>
			<content:encoded><![CDATA[<p><img alt="contenido" id="image51" src="files/contenido.gif" align="right">no chlopaki wydali w koncu kolejna wersje <a href="http://www.contenido.org/">contenido 4.6.22<br />
</a>w koncu moze sie przesiade jak skoncze moduly przerabiac :P fajny<br />
cms ale mialbym pare uwag, ogolne dla endusera/redaktora super sprawa<a href="http://www.contenido.org/"></p>
<p></a></p>
]]></content:encoded>
			<wfw:commentRss>http://andrzej.borowicz.info/contenido-4622/2008/08/27/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>select</title>
		<link>http://andrzej.borowicz.info/select/2008/08/27/</link>
		<comments>http://andrzej.borowicz.info/select/2008/08/27/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 14:48:12 +0000</pubDate>
		<dc:creator>andrzej</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[webDev]]></category>

		<guid isPermaLink="false">http://172.20.200.210/andrzej/?p=33</guid>
		<description><![CDATA[mam jakis sentyment do tej funkcji zwracajacej htmlowego selecta &#60;?PHP function selectTabs($selName, $tabs, $id, $cssLen=NULL) { if ($css_len==NULL) $size = '150px'; unset($sel); $select.='&#60;select name="'.$selName.'" style="width:'.$cssLen.';" &#62;'; $select.="n"; $select.='&#60;option value=""&#62;'."&#60;/option&#62;n"; if ( count($tabs)&#62;0) { foreach ($tablica as $key =&#62; $value) { $select.='&#60;option '; if (trim($id) == trim($key)){ $select.=' selected ';} $select.='value="'.$key.'"&#62;'.$value."&#60;/option&#62;n"; } $select.='&#60;/select&#62;'; return $select; } [...]]]></description>
			<content:encoded><![CDATA[<p>mam jakis sentyment do tej funkcji zwracajacej htmlowego selecta</p>
<pre style="font-size: 12px;">&lt;?PHP

function selectTabs($selName, $tabs, $id, $cssLen=NULL)
{
  if ($css_len==NULL) $size = '150px';
  unset($sel);
  $select.='&lt;select name="'.$selName.'" style="width:'.$cssLen.';" &gt;';
  $select.="n";
  $select.='&lt;option value=""&gt;'."&lt;/option&gt;n";
  if ( count($tabs)&gt;0)
  {
    foreach ($tablica as $key =&gt; $value) {
        $select.='&lt;option ';
        if (trim($id) == trim($key)){ $select.=' selected ';}
          $select.='value="'.$key.'"&gt;'.$value."&lt;/option&gt;n";
    }
    $select.='&lt;/select&gt;';
    return $select;
  }
}
?&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://andrzej.borowicz.info/select/2008/08/27/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

