<?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>PHP | Tomasz Kiżewski</title>
	<atom:link href="https://kizewski.eu/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>https://kizewski.eu</link>
	<description></description>
	<lastBuildDate>Wed, 09 Apr 2014 22:04:35 +0000</lastBuildDate>
	<language>pl-PL</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>php-excel-reader returns dd.mm.yyy</title>
		<link>https://kizewski.eu/it/php-excel-reader-returns-dd-mm-yyy/</link>
					<comments>https://kizewski.eu/it/php-excel-reader-returns-dd-mm-yyy/#respond</comments>
		
		<dc:creator><![CDATA[Tomek]]></dc:creator>
		<pubDate>Wed, 09 Apr 2014 22:04:35 +0000</pubDate>
				<category><![CDATA[It]]></category>
		<category><![CDATA[Memo]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[excel_reader2.php]]></category>
		<category><![CDATA[php-excel-reader]]></category>
		<guid isPermaLink="false">http://kizewski.eu/?p=685</guid>

					<description><![CDATA[Problem: php-excel-reader daje nam dd.mm.yyy czyli tylko formatownie zamiast konkretnej daty. Dlaczego?: Formatownie pola daty e Excelu np DD\.MM\.YYYY Rozwiązanie: linia 1242 clasy excel_reader2.php dodajemy: $tmp=str_replace(&#34;\\.&#34;,&#34;-&#34;,$formatstr); Czyli w tym przypadku podmieniamy nietypowy separator &#34;\.&#34; na &#34;-&#34; &#160; &#160;]]></description>
										<content:encoded><![CDATA[<p>
	Problem: <a href="http://code.google.com/p/php-excel-reader/wiki/Documentation">php-excel-reader</a> daje nam dd.mm.yyy czyli tylko formatownie zamiast konkretnej daty.
</p>
<p>
	Dlaczego?: Formatownie pola daty e Excelu np DD\.MM\.YYYY
</p>
<p>
	Rozwiązanie: linia 1242 clasy excel_reader2.php dodajemy: $tmp=str_replace(&quot;\\.&quot;,&quot;-&quot;,$formatstr);
</p>
<p>
	Czyli w tym przypadku podmieniamy nietypowy separator &quot;\.&quot; na &quot;-&quot;
</p>
<p>
	&nbsp;
</p>
<p>
	&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://kizewski.eu/it/php-excel-reader-returns-dd-mm-yyy/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Błąd php &#034;Fatal error: Call to undefined function utf8_decode()&#034;</title>
		<link>https://kizewski.eu/memo/blad-php-fatal-error-call-to-undefined-function-utf8_decode/</link>
					<comments>https://kizewski.eu/memo/blad-php-fatal-error-call-to-undefined-function-utf8_decode/#respond</comments>
		
		<dc:creator><![CDATA[Tomek]]></dc:creator>
		<pubDate>Fri, 29 Jun 2012 18:34:25 +0000</pubDate>
				<category><![CDATA[Memo]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php-xml]]></category>
		<category><![CDATA[utf8_decode]]></category>
		<category><![CDATA[xml]]></category>
		<guid isPermaLink="false">http://www.kizewski.eu/?p=413</guid>

					<description><![CDATA[Problem: Błąd php5: &#8222;Fatal error: Call to undefined function utf8_decode() in&#8221; Rozwiązanie: Instalacja php5-xml]]></description>
										<content:encoded><![CDATA[<p>Problem:<br />
Błąd php5: &#8222;Fatal error: Call to undefined function utf8_decode() in&#8221;</p>
<p>Rozwiązanie:<br />
Instalacja php5-xml</p>
]]></content:encoded>
					
					<wfw:commentRss>https://kizewski.eu/memo/blad-php-fatal-error-call-to-undefined-function-utf8_decode/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Magento &#8211;  PHP Fatal error:  Call to a member function toHtml() on a non-object in app/code/core/Mage/Core/Model/Layout.php on line 529</title>
		<link>https://kizewski.eu/ogolne/magento-php-fatal-error-call-to-a-member-function-tohtml-on-a-non-object-in-appcodecoremagecoremodellayout-php-on-line-529/</link>
					<comments>https://kizewski.eu/ogolne/magento-php-fatal-error-call-to-a-member-function-tohtml-on-a-non-object-in-appcodecoremagecoremodellayout-php-on-line-529/#respond</comments>
		
		<dc:creator><![CDATA[Tomek]]></dc:creator>
		<pubDate>Mon, 18 Oct 2010 21:37:27 +0000</pubDate>
				<category><![CDATA[Ogólne]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://www.kizewski.eu/?p=114</guid>

					<description><![CDATA[Błąd: PHP Fatal error: Call to a member function toHtml() on a non-object in /home/www/magia-spa.pl/public_html/app/code/core/Mage/Core/Model/Layout.php on line 529, Fix: Change: &#60;block type=&#8221;core/profiler&#8221; output=&#8221;toHtml&#8221;/&#62; to &#60;block type=&#8221;core/profiler&#8221; output=&#8221;toHtml&#8221; name=&#8221;core_profiler&#8221;/&#62; in page.xml under app/design/frontend/base/default/layout]]></description>
										<content:encoded><![CDATA[<p>Błąd:<br />
PHP Fatal error:  Call to a member function toHtml() on a non-object in /home/www/magia-spa.pl/public_html/app/code/core/Mage/Core/Model/Layout.php on line 529,<br />
Fix:</p>
<p>Change:<br />
&lt;block type=&#8221;core/profiler&#8221; output=&#8221;toHtml&#8221;/&gt;<br />
to<br />
&lt;block type=&#8221;core/profiler&#8221; output=&#8221;toHtml&#8221; name=&#8221;core_profiler&#8221;/&gt;</p>
<p>in page.xml under app/design/frontend/base/default/layout</p>
]]></content:encoded>
					
					<wfw:commentRss>https://kizewski.eu/ogolne/magento-php-fatal-error-call-to-a-member-function-tohtml-on-a-non-object-in-appcodecoremagecoremodellayout-php-on-line-529/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Problemy z php</title>
		<link>https://kizewski.eu/it/linux/problemy-z-php/</link>
					<comments>https://kizewski.eu/it/linux/problemy-z-php/#respond</comments>
		
		<dc:creator><![CDATA[Tomek]]></dc:creator>
		<pubDate>Mon, 12 Apr 2010 21:39:58 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Memo]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[błąd]]></category>
		<category><![CDATA[reinstalacja]]></category>
		<guid isPermaLink="false">http://www.kizewski.eu/ogolne/problemy-z-php</guid>

					<description><![CDATA[Błędy: -Couldn&#8217;t locate driver named mysql -Fatal error: Class 'PDO&#8217; not found in ../lib/vendor/symfony/lib/plugins/sfPropelPlugin/lib/vendor/propel/util/PropelPDO.php on line 42 i inne tego typu &#8230;. walczyłem ze 2 dni wreszcie trzeba było &#8222;odświeżyć&#8221; wszystko związane z php i apache2 aptitude search apache2 php &#124; grep -E '^i&#8217; > list_of_packages cat list_of_packages &#124; perl -e 'while() { system(&#8222;sudo aptitude [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Błędy:<br />
-Couldn&#8217;t locate driver named mysql<br />
-Fatal error: Class 'PDO&#8217; not found in ../lib/vendor/symfony/lib/plugins/sfPropelPlugin/lib/vendor/propel/util/PropelPDO.php on line 42<br />
i inne tego typu &#8230;. walczyłem ze 2 dni wreszcie trzeba było &#8222;odświeżyć&#8221; wszystko związane z php i apache2</p>
<p>aptitude search apache2 php | grep -E '^i&#8217; > list_of_packages<br />
cat list_of_packages | perl -e 'while(<>) { system(&#8222;sudo aptitude -y purge &#8222;.$_); }&#8217;<br />
cat list_of_packages | perl -e 'while(<>) { system(&#8222;sudo aptitude -y install &#8222;.$_); }&#8217;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://kizewski.eu/it/linux/problemy-z-php/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Problem z polskimi znakami PHP, MSSQL</title>
		<link>https://kizewski.eu/it/linux/55/</link>
					<comments>https://kizewski.eu/it/linux/55/#respond</comments>
		
		<dc:creator><![CDATA[Tomek]]></dc:creator>
		<pubDate>Wed, 23 Sep 2009 14:07:02 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Brak polskich znaków]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://www.kizewski.eu/?p=55</guid>

					<description><![CDATA[Jeśli przy wykonywaniu skryptów PHP używając bazy MSSQL nie masz polskich znaków dodaj w php.ini wpis: mssql.charset  =  cp1250]]></description>
										<content:encoded><![CDATA[<p>Jeśli przy wykonywaniu skryptów PHP używając bazy MSSQL nie masz polskich znaków dodaj w php.ini wpis:</p>
<pre><strong>mssql.charset  =  cp1250</strong></pre>
]]></content:encoded>
					
					<wfw:commentRss>https://kizewski.eu/it/linux/55/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
