<?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>Burhan KARADERE Kişisel Blog Sayfası &#187; ? Php ?</title>
	<atom:link href="http://www.karadere.com/blog/category/programlama-software/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.karadere.com/blog</link>
	<description>Bilişim - IT Bilgi Bloğu</description>
	<lastBuildDate>Wed, 01 Feb 2012 07:41:13 +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>Php Mysql InnoDB ve MyISAM farkları</title>
		<link>http://www.karadere.com/blog/php-mysql-innodb-ve-myisam-farklari.html</link>
		<comments>http://www.karadere.com/blog/php-mysql-innodb-ve-myisam-farklari.html#comments</comments>
		<pubDate>Wed, 18 Jan 2012 06:44:36 +0000</pubDate>
		<dc:creator>Burhan KARADERE</dc:creator>
				<category><![CDATA[? Php ?]]></category>
		<category><![CDATA[Programlama - Software]]></category>
		<category><![CDATA[innodb]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[primary key]]></category>

		<guid isPermaLink="false">http://www.karadere.com/blog/?p=1721</guid>
		<description><![CDATA[InnoDB ve MyISAM <p>&#160;</p> <p>Olaya MyISAM yönüyle bakarsak;</p> MyISAM daha ziyade okuma (select) yapılan tablolarda tercih edilir çünkü InnoDB gibi farklı tablolarla ilişki kurmadığından daha hızlı şekilde okuma yapılabilir. MyISAM full text search özelliğine sahiptir. Transaction desteği yoktur; bu nedenle hızlı çalışsa bile yaptığınız işlemleri geri alamazsınız; veri bütünlüğü yoktur. Bir kayıt eklenirken veya <p><a href="http://www.karadere.com/blog/php-mysql-innodb-ve-myisam-farklari.html">[..]Devamını Oku</a></p>]]></description>
			<content:encoded><![CDATA[<h3>InnoDB ve MyISAM</h3>
<div>
<p>&nbsp;</p>
<p>Olaya MyISAM yönüyle bakarsak;</p>
<ul>
<li>MyISAM daha ziyade okuma (select) yapılan tablolarda tercih edilir çünkü InnoDB gibi farklı tablolarla ilişki kurmadığından daha hızlı şekilde okuma yapılabilir.</li>
<li>MyISAM full text search özelliğine sahiptir.</li>
<li>Transaction desteği yoktur; bu nedenle hızlı çalışsa bile yaptığınız işlemleri geri alamazsınız; veri bütünlüğü yoktur.</li>
<li>Bir kayıt eklenirken veya update edilirken tüm tabloyu kilitlediği için fazla insert-update edilecek tablolarda performansı düşüktür.</li>
<li>Farklı kaynaklarda farklı rakamlar verilse de sakladığınız veri yaklaşık 2GB’ı geçtiği zaman performansı gözle görülür şekilde düşer.</li>
<li>Foreign key desteği yoktur.</li>
<li>Tasarlanması kolaydır.</li>
</ul>
<div>InnoDB yönüyle bakarsak;</div>
<div>
<ul>
<li>Transaction desteği vardır, veri bütünlüğü yönüyle MyISAM’dan çok daha avantajlıdır.</li>
<li>Foreign Key desteği vardır.</li>
<li>Veri tabanı tasarımı daha zordur.</li>
<li>Full text search özelliği yoktur.</li>
<li>Insert ve Update işlemlerinde sadece kayıt yapılan satırı kilitleyip tüm tabloyu kilitlemediği için daha performanslıdır.</li>
<li>MyISAM’a göre daha fazla sistem kaynağına ihtiyaç duyar.</li>
</ul>
</div>
</div>
<div class="damn-sexy-bookmarks"><ul class="socials"><li class="damn-sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.karadere.com/blog/php-mysql-innodb-ve-myisam-farklari.html&amp;amp;t=Php+Mysql+InnoDB+ve+MyISAM+farklar%C4%B1" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-twitter"><a href="http://www.twitter.com/home?status=RT+@burhan_07:++Php+Mysql+InnoDB+ve+MyISAM+farklar%C4%B1+-+http://&#x27A1;.ws/ျ➋" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.karadere.com/blog/php-mysql-innodb-ve-myisam-farklari.htmltitle=Php+Mysql+InnoDB+ve+MyISAM+farklar%C4%B1" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&url=http://www.karadere.com/blog/php-mysql-innodb-ve-myisam-farklari.html&title=Php+Mysql+InnoDB+ve+MyISAM+farklar%C4%B1&summary=InnoDB+ve+MyISAM%0D%0A%0D%0A%0D%0A%26nbsp%3B%0D%0A%0D%0AOlaya+MyISAM+y%C3%B6n%C3%BCyle+bakarsak%3B%0D%0A%0D%0A%09MyISAM+daha+ziyade+okuma+%28select%29+yap%C4%B1lan+tablolarda+tercih+edilir+%C3%A7%C3%BCnk%C3%BC+InnoDB+gibi+farkl%C4%B1+tablolarla+ili%C5%9Fki+kurmad%C4%B1%C4%9F%C4%B1n%5B..%5D&source=Burhan KARADERE Kişisel Blog Sayfası" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.karadere.com/blog/php-mysql-innodb-ve-myisam-farklari.html&amp;amp;t=Php+Mysql+InnoDB+ve+MyISAM+farklar%C4%B1" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-yahoomyweb"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=Php+Mysql+InnoDB+ve+MyISAM+farklar%C4%B1&amp;u=http://www.karadere.com/blog/php-mysql-innodb-ve-myisam-farklari.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-delicious"><a href="http://del.icio.us/post?url=http://www.karadere.com/blog/php-mysql-innodb-ve-myisam-farklari.html&amp;title=Php+Mysql+InnoDB+ve+MyISAM+farklar%C4%B1" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-mail"><a href="mailto:?&subject=Php Mysql InnoDB ve MyISAM farkları...&body=InnoDB ve MyISAM


&nbsp;

Olaya MyISAM yönüyle bakarsak;

	MyISAM daha ziyade okuma (select) yapılan tablolarda tercih edilir çünkü InnoDB gibi farklı tablolarla ilişki kurmadığından daha hızlı şekilde okum[..] - http://www.karadere.com/blog/php-mysql-innodb-ve-myisam-farklari.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://www.karadere.com/blog/php-mysql-innodb-ve-myisam-farklari.html&amp;title=Php+Mysql+InnoDB+ve+MyISAM+farklar%C4%B1" target="_blank" rel="nofollow" title="Array">Array</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.karadere.com/blog/php-mysql-innodb-ve-myisam-farklari.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>htm ve html de php çalıştırma .htaccess ayarları</title>
		<link>http://www.karadere.com/blog/htm-ve-html-de-php-calistirma-htaccess-ayarlari.html</link>
		<comments>http://www.karadere.com/blog/htm-ve-html-de-php-calistirma-htaccess-ayarlari.html#comments</comments>
		<pubDate>Thu, 08 Dec 2011 11:56:13 +0000</pubDate>
		<dc:creator>Burhan KARADERE</dc:creator>
				<category><![CDATA[? Php ?]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[htm]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Seo]]></category>

		<guid isPermaLink="false">http://www.karadere.com/blog/?p=1707</guid>
		<description><![CDATA[Edit the .htaccess file <p>default yol  :  /home/username/public_html</p> <p> .htaccess sayfasını bulun </p> aşağıdaki kodu ekleyin :</p> RemoveHandler .html .htm AddType application/x-httpd-php .php .htm .html  .htaccess kaydedin PHP kodunu  bit  .html de çalıştırma <p>örnek sayfa test.html</p>   test.html kodu : &#60;html&#62; &#60;head&#62; &#60;/head&#62; &#60;body&#62; &#60;h1&#62; &#60;?php echo "php cok guzel"; ?&#62; &#60;/h1&#62; &#60;/body&#62; <p><a href="http://www.karadere.com/blog/htm-ve-html-de-php-calistirma-htaccess-ayarlari.html">[..]Devamını Oku</a></p>]]></description>
			<content:encoded><![CDATA[<h2>Edit the .htaccess file</h2>
<p>default yol  :  /home/username/public_html</p>
<p> <kbd>.htaccess sayfasını bulun </kbd></p>
<div>aşağıdaki kodu ekleyin :</p>
<pre>RemoveHandler .html .htm
AddType application/x-httpd-php .php .htm .html</pre>
<pre> <kbd>.htaccess kaydedin </kbd></pre>
</div>
<h2>PHP kodunu  bit  .html de çalıştırma</h2>
<p>örnek sayfa <kbd>test.html</kbd></p>
<div>
<pre><code></code> </pre>
<pre><code><span style="color: #000000;">test.html kodu : </span></code></pre>
<pre><code><span style="color: #000000;">&lt;html&gt; </span></code></pre>
<pre><code><span style="color: #000000;">&lt;head&gt;</span></code></pre>
<pre><code><span style="color: #000000;">&lt;/head&gt;</span></code></pre>
<pre><code><span style="color: #000000;">&lt;body&gt; &lt;h1&gt;</span></code></pre>
<pre><code><span style="color: #000000;"> <span style="color: #0000bb;">&lt;?php </span><span style="color: #007700;">echo </span><span style="color: #dd0000;">"php cok guzel"</span><span style="color: #007700;">; </span><span style="color: #0000bb;">?&gt;</span></span></code></pre>
<pre><code><span style="color: #000000;">&lt;/h1&gt; &lt;/body&gt; &lt;/html&gt; </span></code></pre>
</div>
<div class="damn-sexy-bookmarks"><ul class="socials"><li class="damn-sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.karadere.com/blog/htm-ve-html-de-php-calistirma-htaccess-ayarlari.html&amp;amp;t=htm+ve+html+de+php+%C3%A7al%C4%B1%C5%9Ft%C4%B1rma+.htaccess+ayarlar%C4%B1" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-twitter"><a href="http://www.twitter.com/home?status=RT+@burhan_07:++htm+ve+html+de+php+%C3%A7al%C4%B1%C5%9Ft%C4%B1rma+.htaccess+ayarlar%C4%B1+-+http://&#x27A1;.ws/⦗噊" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.karadere.com/blog/htm-ve-html-de-php-calistirma-htaccess-ayarlari.htmltitle=htm+ve+html+de+php+%C3%A7al%C4%B1%C5%9Ft%C4%B1rma+.htaccess+ayarlar%C4%B1" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&url=http://www.karadere.com/blog/htm-ve-html-de-php-calistirma-htaccess-ayarlari.html&title=htm+ve+html+de+php+%C3%A7al%C4%B1%C5%9Ft%C4%B1rma+.htaccess+ayarlar%C4%B1&summary=Edit+the+.htaccess+file%0D%0Adefault+yol%C2%A0+%3A+%C2%A0%2Fhome%2Fusername%2Fpublic_html%0D%0A%0D%0A%C2%A0.htaccess+sayfas%C4%B1n%C4%B1+bulun+%0D%0Aa%C5%9Fa%C4%9F%C4%B1daki+kodu+ekleyin+%3A%0D%0ARemoveHandler+.html+.htm%0D%0AAddType+application%2Fx-httpd-ph%5B..%5D&source=Burhan KARADERE Kişisel Blog Sayfası" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.karadere.com/blog/htm-ve-html-de-php-calistirma-htaccess-ayarlari.html&amp;amp;t=htm+ve+html+de+php+%C3%A7al%C4%B1%C5%9Ft%C4%B1rma+.htaccess+ayarlar%C4%B1" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-yahoomyweb"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=htm+ve+html+de+php+%C3%A7al%C4%B1%C5%9Ft%C4%B1rma+.htaccess+ayarlar%C4%B1&amp;u=http://www.karadere.com/blog/htm-ve-html-de-php-calistirma-htaccess-ayarlari.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-delicious"><a href="http://del.icio.us/post?url=http://www.karadere.com/blog/htm-ve-html-de-php-calistirma-htaccess-ayarlari.html&amp;title=htm+ve+html+de+php+%C3%A7al%C4%B1%C5%9Ft%C4%B1rma+.htaccess+ayarlar%C4%B1" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-mail"><a href="mailto:?&subject=htm ve html de php çalıştırma .htaccess ...&body=Edit the .htaccess file
default yol  :  /home/username/public_html

 .htaccess sayfasını bulun 
aşağıdaki kodu ekleyin :
RemoveHandler .html .htm
AddType application/x-httpd-php .php .htm .html
[..] - http://www.karadere.com/blog/htm-ve-html-de-php-calistirma-htaccess-ayarlari.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://www.karadere.com/blog/htm-ve-html-de-php-calistirma-htaccess-ayarlari.html&amp;title=htm+ve+html+de+php+%C3%A7al%C4%B1%C5%9Ft%C4%B1rma+.htaccess+ayarlar%C4%B1" target="_blank" rel="nofollow" title="Array">Array</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.karadere.com/blog/htm-ve-html-de-php-calistirma-htaccess-ayarlari.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to php linux .htaccess   rule.  Hide .php extension with url rewriting using .htaccess  redirect htm , html to php extention. .htaccess  kuralı rule nasıl yazılır.</title>
		<link>http://www.karadere.com/blog/how-to-php-linux-htaccess-rule-hide-php-extension-with-url-rewriting-using-htaccess-redirect-htm-html-to-php-extention-htaccess-kurali-rule-nasil-yazilir.html</link>
		<comments>http://www.karadere.com/blog/how-to-php-linux-htaccess-rule-hide-php-extension-with-url-rewriting-using-htaccess-redirect-htm-html-to-php-extention-htaccess-kurali-rule-nasil-yazilir.html#comments</comments>
		<pubDate>Wed, 07 Dec 2011 09:31:19 +0000</pubDate>
		<dc:creator>Burhan KARADERE</dc:creator>
				<category><![CDATA[? Php ?]]></category>
		<category><![CDATA[Programlama - Software]]></category>
		<category><![CDATA[.httpaccess]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[rule]]></category>

		<guid isPermaLink="false">http://www.karadere.com/blog/?p=1703</guid>
		<description><![CDATA[<p>.htaccess  rule örnekleri aşağıdaki gibidir. </p> <p>Örneğin  http://localhost/test.htm   böyle bir istekte test.htm de php kodu çalıştırmak</p> <p>Options +FollowSymlinks RewriteEngine on RewriteRule ^(.*)\.htm$ $1.php [nc]</p> <p>Options +FollowSymlinks RewriteEngine on RewriteRule ^product-([0-9]+)\.html$ products.php?id=$1</p> <p align="justify">product.php?id=5  olan isteği      porduct-5.html  ile çağırdığımızda  nasıl çalışır</p> <p align="justify">http://localhost/product-5.html </p> <p align="justify"> product.php?id=5  arkaplanda bu <p><a href="http://www.karadere.com/blog/how-to-php-linux-htaccess-rule-hide-php-extension-with-url-rewriting-using-htaccess-redirect-htm-html-to-php-extention-htaccess-kurali-rule-nasil-yazilir.html">[..]Devamını Oku</a></p>]]></description>
			<content:encoded><![CDATA[<p><span style="color: #000000;"><strong>.htaccess  rule örnekleri aşağıdaki gibidir. </strong></span></p>
<p><span style="color: #000000;"><strong>Örneğin </strong></span> <a href="http://localhost/test.htm">http://localhost/test.htm</a>   böyle bir istekte test.htm de php kodu çalıştırmak</p>
<p><span style="color: #800000;">Options +FollowSymlinks<br />
RewriteEngine on<br />
RewriteRule ^(.*)\.htm$ $1.php [nc]</span></p>
<p><span style="color: #800000;">Options +FollowSymlinks<br />
RewriteEngine on<br />
RewriteRule ^product-([0-9]+)\.html$ products.php?id=$1</span></p>
<p align="justify">product.php?id=5  olan isteği      porduct-5.html  ile çağırdığımızda  nasıl çalışır</p>
<p align="justify"><a href="http://localhost/product-5.html">http://localhost/product-5.html</a> </p>
<p align="justify"> <span style="color: #993366;">product.php?id=5</span>  arkaplanda bu çalışır</p>
<div class="damn-sexy-bookmarks"><ul class="socials"><li class="damn-sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.karadere.com/blog/how-to-php-linux-htaccess-rule-hide-php-extension-with-url-rewriting-using-htaccess-redirect-htm-html-to-php-extention-htaccess-kurali-rule-nasil-yazilir.html&amp;amp;t=How+to+php+linux+.htaccess+++rule.++Hide+.php+extension+with+url+rewriting+using+.htaccess++redirect+htm+%2C+html+to+php+extention.+.htaccess++kural%C4%B1+rule+nas%C4%B1l+yaz%C4%B1l%C4%B1r." target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-twitter"><a href="http://www.twitter.com/home?status=RT+@burhan_07:++How+to+php+linux+.htaccess+++rule.++Hide+.php+extension+with+url+rewriting+using+.htaccess++redirect+htm+%2C+html+to+php+extention.+.htaccess++kural%C4%B1+rule+nas%C4%B1l+yaz%C4%B1l%C4%B1r.+-+http://&#x27A1;.ws/웃⻱" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.karadere.com/blog/how-to-php-linux-htaccess-rule-hide-php-extension-with-url-rewriting-using-htaccess-redirect-htm-html-to-php-extention-htaccess-kurali-rule-nasil-yazilir.htmltitle=How+to+php+linux+.htaccess+++rule.++Hide+.php+extension+with+url+rewriting+using+.htaccess++redirect+htm+%2C+html+to+php+extention.+.htaccess++kural%C4%B1+rule+nas%C4%B1l+yaz%C4%B1l%C4%B1r." target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&url=http://www.karadere.com/blog/how-to-php-linux-htaccess-rule-hide-php-extension-with-url-rewriting-using-htaccess-redirect-htm-html-to-php-extention-htaccess-kurali-rule-nasil-yazilir.html&title=How+to+php+linux+.htaccess+++rule.++Hide+.php+extension+with+url+rewriting+using+.htaccess++redirect+htm+%2C+html+to+php+extention.+.htaccess++kural%C4%B1+rule+nas%C4%B1l+yaz%C4%B1l%C4%B1r.&summary=.htaccess%C2%A0+rule+%C3%B6rnekleri+a%C5%9Fa%C4%9F%C4%B1daki+gibidir.+%0D%0A%0D%0A%C3%96rne%C4%9Fin+%C2%A0http%3A%2F%2Floc%5B..%5D&source=Burhan KARADERE Kişisel Blog Sayfası" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.karadere.com/blog/how-to-php-linux-htaccess-rule-hide-php-extension-with-url-rewriting-using-htaccess-redirect-htm-html-to-php-extention-htaccess-kurali-rule-nasil-yazilir.html&amp;amp;t=How+to+php+linux+.htaccess+++rule.++Hide+.php+extension+with+url+rewriting+using+.htaccess++redirect+htm+%2C+html+to+php+extention.+.htaccess++kural%C4%B1+rule+nas%C4%B1l+yaz%C4%B1l%C4%B1r." target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-yahoomyweb"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=How+to+php+linux+.htaccess+++rule.++Hide+.php+extension+with+url+rewriting+using+.htaccess++redirect+htm+%2C+html+to+php+extention.+.htaccess++kural%C4%B1+rule+nas%C4%B1l+yaz%C4%B1l%C4%B1r.&amp;u=http://www.karadere.com/blog/how-to-php-linux-htaccess-rule-hide-php-extension-with-url-rewriting-using-htaccess-redirect-htm-html-to-php-extention-htaccess-kurali-rule-nasil-yazilir.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-delicious"><a href="http://del.icio.us/post?url=http://www.karadere.com/blog/how-to-php-linux-htaccess-rule-hide-php-extension-with-url-rewriting-using-htaccess-redirect-htm-html-to-php-extention-htaccess-kurali-rule-nasil-yazilir.html&amp;title=How+to+php+linux+.htaccess+++rule.++Hide+.php+extension+with+url+rewriting+using+.htaccess++redirect+htm+%2C+html+to+php+extention.+.htaccess++kural%C4%B1+rule+nas%C4%B1l+yaz%C4%B1l%C4%B1r." target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-mail"><a href="mailto:?&subject=How to php linux .htaccess   rule.  Hide .php extension with...&body=.htaccess  rule örnekleri aşağıdaki gibidir. 

Örneğin  http://localhost/test.htm   böyle[..] - http://www.karadere.com/blog/how-to-php-linux-htaccess-rule-hide-php-extension-with-url-rewriting-using-htaccess-redirect-htm-html-to-php-extention-htaccess-kurali-rule-nasil-yazilir.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://www.karadere.com/blog/how-to-php-linux-htaccess-rule-hide-php-extension-with-url-rewriting-using-htaccess-redirect-htm-html-to-php-extention-htaccess-kurali-rule-nasil-yazilir.html&amp;title=How+to+php+linux+.htaccess+++rule.++Hide+.php+extension+with+url+rewriting+using+.htaccess++redirect+htm+%2C+html+to+php+extention.+.htaccess++kural%C4%B1+rule+nas%C4%B1l+yaz%C4%B1l%C4%B1r." target="_blank" rel="nofollow" title="Array">Array</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.karadere.com/blog/how-to-php-linux-htaccess-rule-hide-php-extension-with-url-rewriting-using-htaccess-redirect-htm-html-to-php-extention-htaccess-kurali-rule-nasil-yazilir.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Php ile permayapmak ?</title>
		<link>http://www.karadere.com/blog/php-ile-permayapmak.html</link>
		<comments>http://www.karadere.com/blog/php-ile-permayapmak.html#comments</comments>
		<pubDate>Wed, 07 Dec 2011 08:11:09 +0000</pubDate>
		<dc:creator>Burhan KARADERE</dc:creator>
				<category><![CDATA[? Php ?]]></category>
		<category><![CDATA[permayap]]></category>
		<category><![CDATA[permlink]]></category>

		<guid isPermaLink="false">http://www.karadere.com/blog/?p=1700</guid>
		<description><![CDATA[&#60;?php  function permayap($deger) {  $turkce=array("ş","Ş","ı","(",")","'","ü","Ü","ö","Ö","ç","Ç"," ","/","*","?","ş","Ş","ı","ğ","Ğ","İ","ö","Ö","Ç","ç","ü","Ü");  $duzgun=array("s","S","i","","","","u","U","o","O","c","C","-","-","-","","s","S","i","g","G","I","o","O","C","c","u","U");  $deger=str_replace($turkce,$duzgun,$deger);  $deger = preg_replace("@[^A-Za-z0-9-_]+@i","",$deger);  return $deger;  }  ?&#62; ArrayArrayArrayArrayArrayArrayArray]]></description>
			<content:encoded><![CDATA[<pre>&lt;?php 

function permayap($deger) { 

$turkce=array("ş","Ş","ı","(",")","'","ü","Ü","ö","Ö","ç","Ç"," ","/","*","?","ş","Ş","ı","ğ","Ğ","İ","ö","Ö","Ç","ç","ü","Ü"); 

$duzgun=array("s","S","i","","","","u","U","o","O","c","C","-","-","-","","s","S","i","g","G","I","o","O","C","c","u","U"); 

$deger=str_replace($turkce,$duzgun,$deger); 

$deger = preg_replace("@[^A-Za-z0-9-_]+@i","",$deger); 

return $deger; 

} 

?&gt;</pre>
<div class="damn-sexy-bookmarks"><ul class="socials"><li class="damn-sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.karadere.com/blog/php-ile-permayapmak.html&amp;amp;t=Php+ile+permayapmak+?" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-twitter"><a href="http://www.twitter.com/home?status=RT+@burhan_07:++Php+ile+permayapmak+?+-+http://&#x27A1;.ws/柢綼" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.karadere.com/blog/php-ile-permayapmak.htmltitle=Php+ile+permayapmak+?" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&url=http://www.karadere.com/blog/php-ile-permayapmak.html&title=Php+ile+permayapmak+?&summary=%26lt%3B%3Fphp%C2%A0%0D%0A%0D%0Afunction+permayap%28%24deger%29+%7B%C2%A0%0D%0A%0D%0A%24turkce%3Darray%28%22%C5%9F%22%2C%22%C5%9E%22%2C%22%C4%B1%22%2C%22%28%22%2C%22%29%22%2C%22%27%22%2C%22%C3%BC%22%2C%22%C3%9C%22%2C%22%C3%B6%22%2C%22%C3%96%22%2C%22%C3%A7%22%2C%22%C3%87%22%2C%22+%22%2C%22%2F%22%2C%22%2A%22%2C%22%3F%22%2C%22%C5%9F%22%2C%22%C5%9E%22%2C%22%C4%B1%22%2C%22%C4%9F%22%2C%22%C4%9E%22%2C%22%C4%B0%22%2C%22%C3%B6%22%2C%22%C3%96%22%2C%22%C3%87%22%2C%22%C3%A7%22%2C%22%C3%BC%22%2C%22%C3%9C%22%29%3B%C2%A0%0D%0A%0D%0A%24duzgun%3Darray%28%5B..%5D&source=Burhan KARADERE Kişisel Blog Sayfası" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.karadere.com/blog/php-ile-permayapmak.html&amp;amp;t=Php+ile+permayapmak+?" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-yahoomyweb"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=Php+ile+permayapmak+?&amp;u=http://www.karadere.com/blog/php-ile-permayapmak.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-delicious"><a href="http://del.icio.us/post?url=http://www.karadere.com/blog/php-ile-permayapmak.html&amp;title=Php+ile+permayapmak+?" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-mail"><a href="mailto:?&subject=Php ile permayapmak ?...&body=&lt;?php 

function permayap($deger) { 

$turkce=array("ş","Ş","ı","(",")","'","ü","Ü","ö","Ö","ç","Ç"," ","/","*","?","ş","Ş","ı","ğ","Ğ","İ","ö","Ö","Ç","ç","ü","Ü"); 

$duzgun=array("s","S","i","","","","u","U","[..] - http://www.karadere.com/blog/php-ile-permayapmak.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://www.karadere.com/blog/php-ile-permayapmak.html&amp;title=Php+ile+permayapmak+?" target="_blank" rel="nofollow" title="Array">Array</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.karadere.com/blog/php-ile-permayapmak.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frontpage 2003 ile Php kullanımı. Using PHP with FrontPage 2003</title>
		<link>http://www.karadere.com/blog/frontpage-2003-ile-php-kullanimi-using-php-with-frontpage-2003.html</link>
		<comments>http://www.karadere.com/blog/frontpage-2003-ile-php-kullanimi-using-php-with-frontpage-2003.html#comments</comments>
		<pubDate>Thu, 10 Nov 2011 07:42:45 +0000</pubDate>
		<dc:creator>Burhan KARADERE</dc:creator>
				<category><![CDATA[% Asp %]]></category>
		<category><![CDATA[? Php ?]]></category>
		<category><![CDATA[Programlama - Software]]></category>
		<category><![CDATA[]]></category>
		<category><![CDATA[frontpage 2003]]></category>
		<category><![CDATA[yazmak]]></category>

		<guid isPermaLink="false">http://www.karadere.com/blog/?p=1583</guid>
		<description><![CDATA[What is PHP? PHP is a server-side scripting language (scripting language: A simple programming language designed to perform special or limited tasks, sometimes associated with a particular application or function.) that you can embed into HTML when you create dynamic Web pages. PHP is an open-source product that you can use, alter, and redistribute without charge. Originally PHP stood for Personal Home Page tool, but over time it has evolved to stand for PHP: Hypertext Preprocessor. In general, dynamic Web pages are pages that interact with users, so that each site visitor sees customized information. In the case of PHP, dynamic also means that data is pulled from a database. Dynamic Web applications are prevalent in commercial (e-commerce) sites, where the content displayed is generated from information that is accessed from a database or other external source. PHP's syntax is similar to that of C and Perl, making it easy to learn for anyone with basic programming skills. PHP supports only partial encapsulation (such as support for declaring methods and fields in the class) and partial polymorphism (no overloading, no abstraction). With PHP, there is no concept of private, public, or protected functions in classes as well as in the overloading.  <p><a href="http://www.karadere.com/blog/frontpage-2003-ile-php-kullanimi-using-php-with-frontpage-2003.html">[..]Devamını Oku</a></p>]]></description>
			<content:encoded><![CDATA[<p>Merhaba arkadaşlar hala frontpage kullanyorsanız benim gibi vazgeçemiyorsanız 2003 frontpage ile php yazmanın yolu aşağıdaki gibidir.</p>
<p>koay gelsin .</p>
<p>Microsoft kaynak / source : <a href="http://office.microsoft.com/en-au/frontpage-help/using-php-with-frontpage-2003-HA001109299.aspx">http://office.microsoft.com/en-au/frontpage-help/using-php-with-frontpage-2003-HA001109299.aspx</a></p>
<p>This article was adapted from <em>Microsoft Office FrontPage 2003 Inside Out </em>by Jim Buyens. Visit Microsoft Learning to learn more about this book.</p>
<p>You can use PHP to build sophisticated and complex Web applications and external and internal business channels, such as e-commerce sites, corporate portals, and intranets. Microsoft offers an alternative to scripting with PHP — ASP.NET — which is described in more detail later in this article. As might be expected, FrontPage supports the Active Server Pages (ASP) and ASP.NET technologies more completely than it does PHP. However, if you reconfigure certain settings, FrontPage and PHP can work together.</p>
<h2>What is PHP?</h2>
<p>PHP is a server-side scripting language (scripting language: A simple programming language designed to perform special or limited tasks, sometimes associated with a particular application or function.) that you can embed into HTML when you create dynamic Web pages. PHP is an open-source product that you can use, alter, and redistribute without charge. Originally PHP stood for <em>Personal Home Page</em> tool, but over time it has evolved to stand for <em>PHP: Hypertext Preprocessor</em>.</p>
<p>In general, dynamic Web pages are pages that interact with users, so that each site visitor sees customized information. In the case of PHP, dynamic also means that data is pulled from a database. Dynamic Web applications are prevalent in commercial (e-commerce) sites, where the content displayed is generated from information that is accessed from a database or other external source.</p>
<p>PHP&#8217;s syntax is similar to that of C and Perl, making it easy to learn for anyone with basic programming skills. PHP supports only partial encapsulation (such as support for declaring methods and fields in the class) and partial polymorphism (no overloading, no abstraction). With PHP, there is no concept of private, public, or protected functions in classes as well as in the overloading.</p>
<h2>Create pages that contain PHP scripts</h2>
<p>When you use PHP with FrontPage 2003, you create the overall Web page design and insert any fixed elements by using <strong>Design</strong> view in FrontPage. You can then write the HTML code that contains the variable portion of each PHP response in <strong>Code</strong> view. Of course, when you are laying out the Web page design, you may want to create placeholders to indicate where the variable output should appear, so that you can easily locate where you want to add the PHP script.</p>
<p>PHP scripts must reside in an executable directory. For reasons of security and resource consumption, many server administrators tightly control access to such directories. If you do not administer your own Web server, you need permission from the server administrator to run server-side scripts.</p>
<h2>Change settings in FrontPage 2003</h2>
<p>Before you can use PHP with FrontPage 2003, you must make the following changes to settings in FrontPage:</p>
<p><img id="divExpCollAsst_842386058_img" title="Hide" src="http://officeimg.vo.msecnd.net/en-au/files/218/224/ZA079005001.gif" alt="Hide" border="0" />Disable features that require the FrontPage Server Extensions</p>
<div id="divExpCollAsst_842386058">
<p>If the Web server that runs your PHP pages has the FrontPage Server Extensions from Microsoft installed, do the following:</p>
<ol type="1">
<li>On the <strong>Tools</strong> menu, click <strong>Page Options</strong>, and then click the <strong>Authoring</strong> tab.</li>
<li>Under <strong>FrontPage and SharePoint technologies</strong>, clear the <strong>SharePoint Services</strong> and <strong>Browse-time Web Components</strong> check boxes.</li>
</ol>
</div>
<p><img id="divExpCollAsst_387715001_img" title="Hide" src="http://officeimg.vo.msecnd.net/en-au/files/218/224/ZA079005001.gif" alt="Hide" border="0" />Disable features that create ASP or ASP.NET code</p>
<div id="divExpCollAsst_387715001">
<p>If the Web server that runs your PHP pages can also run ASP, do the following:</p>
<ol type="1">
<li>On the <strong>Tools</strong> menu, click <strong>Page Options</strong>, and then click the <strong>Authoring</strong> tab.</li>
<li>Under <strong>Browsers</strong>, clear the <strong>Active Server Pages</strong> check box.</li>
</ol>
</div>
<p><img id="divExpCollAsst_400278025_img" title="Hide" src="http://officeimg.vo.msecnd.net/en-au/files/218/224/ZA079005001.gif" alt="Hide" border="0" />Enable and use ASP-style <code>&lt;% %&gt;</code> code delimiters</p>
<div id="divExpCollAsst_400278025">
<p>Do the following:</p>
<ol type="1">
<li>Open the php.ini (php.ini: The master configuration file for PHP that you can customize to help you control the way PHP works on your site.) file on the Web server, and set <code>asp_tags="1"</code>.</li>
<li>Use ASP-like &lt;% and %&gt; tags instead of the &lt;? php?&gt; tags. This stops FrontPage from reformatting your PHP code.</li>
</ol>
<p><strong> Note </strong>  As an alternative, you can use &lt;script language=&#8221;php&#8221;&gt; and &lt;/script&gt; tags instead of &lt;? php?&gt; tags.</p>
</div>
<p><img id="divExpCollAsst_55285853_img" title="Hide" src="http://officeimg.vo.msecnd.net/en-au/files/218/224/ZA079005001.gif" alt="Hide" border="0" />Configure PHP file extensions to open in Design view</p>
<div id="divExpCollAsst_55285853">
<ol type="1">
<li>On the <strong>Tools</strong> menu, click <strong>Options</strong>, and then click the <strong>Configure Editors</strong> tab.</li>
<li>In the <strong>Extensions</strong> list, locate and select the file extension that you want to use.</li>
<li>In the<strong> Editors</strong> list, select <strong>FrontPage (Open as HTML)</strong>.</li>
<li>Click <strong>Make Default</strong>.</li>
</ol>
<p>If the extension that you want does not appear, you must add it.</p>
<p><img id="divExpCollAsst_407456711_img" title="Hide" src="http://officeimg.vo.msecnd.net/en-au/files/218/224/ZA079005001.gif" alt="Hide" border="0" />How?</p>
<div id="divExpCollAsst_407456711">
<ol type="1">
<li>Click the <strong>New Extension</strong> button (or press ALT+N), located above the <strong>Extensions</strong> list.</li>
<li>In the <strong>Open With</strong> dialog box, type the file extension that you want in the <strong>Extension</strong> box.</li>
<li>Select <strong>FrontPage (Open as HTML)</strong>, and then click <strong>OK</strong>.</li>
</ol>
</div>
</div>
<h2>ASP.NET — an alternative to PHP</h2>
<p>If you are using PHP with FrontPage and find that it prevents you from accomplishing what you want in your Web site, you might consider using ASP.NET instead.</p>
<p>ASP.NET is part of the Microsoft .NET Framework, which is a feature of Microsoft Windows®. Unlike PHP, ASP.NET is not a language or a parser but rather a set of technologies in the Microsoft .NET Framework for building Web applications and XML Web services.</p>
<p>Microsoft ASP.NET pages run on the server like PHP and generate markup, such as HTML, WML, or XML, which is sent to a desktop or to mobile applications. ASP.NET provides a robust, object-oriented, event-driven programming model for developing Web pages, while still maintaining the simplicity that PHP developers are accustomed to.</p>
<p>ASP.NET applications are based on a robust Object Oriented Programming (OOP) paradigm rather than a scripting paradigm. This allows for more advanced OOP features, such as inheritance, encapsulation, and reflection.</p>
<p>If you are considering migrating to ASP.NET, in most cases it is not very complex for simple to small applications. Due to underlying architectural differences as well as the ASP.NET OOP paradigm, more sophisticated and complex applications must be well planned to take advantage of the more rigorous separation of display from logic and data in ASP.NET, as well as its time-saving, built-in functionality that significantly reduces the amount of code necessary to perform comparable tasks.</p>
<p>For more information about ASP.NET, see the following:</p>
<div class="damn-sexy-bookmarks"><ul class="socials"><li class="damn-sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.karadere.com/blog/frontpage-2003-ile-php-kullanimi-using-php-with-frontpage-2003.html&amp;amp;t=Frontpage+2003+ile+Php+kullan%C4%B1m%C4%B1.+Using+PHP+with+FrontPage+2003" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-twitter"><a href="http://www.twitter.com/home?status=RT+@burhan_07:++Frontpage+2003+ile+Php+kullan%C4%B1m%C4%B1.+Using+PHP+with+FrontPage+2003+-+http://&#x27A1;.ws/躆漄" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.karadere.com/blog/frontpage-2003-ile-php-kullanimi-using-php-with-frontpage-2003.htmltitle=Frontpage+2003+ile+Php+kullan%C4%B1m%C4%B1.+Using+PHP+with+FrontPage+2003" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&url=http://www.karadere.com/blog/frontpage-2003-ile-php-kullanimi-using-php-with-frontpage-2003.html&title=Frontpage+2003+ile+Php+kullan%C4%B1m%C4%B1.+Using+PHP+with+FrontPage+2003&summary=Merhaba+arkada%C5%9Flar+hala+frontpage+kullanyorsan%C4%B1z+benim+gibi+vazge%C3%A7emiyorsan%C4%B1z+2003+frontpage+ile+php+yazman%C4%B1n+yolu+a%C5%9Fa%C4%9F%C4%B1daki+gibidir.%0D%0A%0D%0Akoay+gelsin+.%0D%0A%0D%0AMicrosoft+kaynak+%2F+source+%3A+&source=Burhan KARADERE Kişisel Blog Sayfası" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.karadere.com/blog/frontpage-2003-ile-php-kullanimi-using-php-with-frontpage-2003.html&amp;amp;t=Frontpage+2003+ile+Php+kullan%C4%B1m%C4%B1.+Using+PHP+with+FrontPage+2003" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-yahoomyweb"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=Frontpage+2003+ile+Php+kullan%C4%B1m%C4%B1.+Using+PHP+with+FrontPage+2003&amp;u=http://www.karadere.com/blog/frontpage-2003-ile-php-kullanimi-using-php-with-frontpage-2003.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-delicious"><a href="http://del.icio.us/post?url=http://www.karadere.com/blog/frontpage-2003-ile-php-kullanimi-using-php-with-frontpage-2003.html&amp;title=Frontpage+2003+ile+Php+kullan%C4%B1m%C4%B1.+Using+PHP+with+FrontPage+2003" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-mail"><a href="mailto:?&subject=Frontpage 2003 ile Php kullanımı. Using PHP with F...&body=Merhaba arkadaşlar hala frontpage kullanyorsanız benim gibi vazgeçemiyorsanız 2003 frontpage ile php yazmanın yolu aşağıdaki gibidir.

koay gelsin .

Microsoft kaynak / source :  - http://www.karadere.com/blog/frontpage-2003-ile-php-kullanimi-using-php-with-frontpage-2003.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://www.karadere.com/blog/frontpage-2003-ile-php-kullanimi-using-php-with-frontpage-2003.html&amp;title=Frontpage+2003+ile+Php+kullan%C4%B1m%C4%B1.+Using+PHP+with+FrontPage+2003" target="_blank" rel="nofollow" title="Array">Array</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.karadere.com/blog/frontpage-2003-ile-php-kullanimi-using-php-with-frontpage-2003.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Php class içinde global değişken kullanımı ? Php Class Kullanımı</title>
		<link>http://www.karadere.com/blog/php-class-icinde-global-degisken-kullanimi-php-class-kullanimi.html</link>
		<comments>http://www.karadere.com/blog/php-class-icinde-global-degisken-kullanimi-php-class-kullanimi.html#comments</comments>
		<pubDate>Thu, 03 Nov 2011 12:07:26 +0000</pubDate>
		<dc:creator>Burhan KARADERE</dc:creator>
				<category><![CDATA[? Php ?]]></category>
		<category><![CDATA[Programlama - Software]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[değişken]]></category>
		<category><![CDATA[global]]></category>

		<guid isPermaLink="false">http://www.karadere.com/blog/?p=1566</guid>
		<description><![CDATA[Php class içinde global değişken kullanımı ? Php Class Kullanımı <p><a href="http://www.karadere.com/blog/php-class-icinde-global-degisken-kullanimi-php-class-kullanimi.html">[..]Devamını Oku</a></p>]]></description>
			<content:encoded><![CDATA[<p>&lt;?php<br />
$desigken = &#8216;ben globalim&#8217;;<br />
echo $desigken  ;<br />
class Rehber {</p>
<p>var $adi = &#8216;Burhan&#8217;;<br />
function yaz(){<br />
global  $desigken ;</p>
<p>echo $this-&gt;adi ;<br />
echo  $desigken ;</p>
<p>}<br />
}</p>
<p>$reh = new Rehber();<br />
$reh-&gt;yaz();<br />
?&gt;</p>
<div class="damn-sexy-bookmarks"><ul class="socials"><li class="damn-sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.karadere.com/blog/php-class-icinde-global-degisken-kullanimi-php-class-kullanimi.html&amp;amp;t=Php+class+i%C3%A7inde+global+de%C4%9Fi%C5%9Fken+kullan%C4%B1m%C4%B1+?+Php+Class+Kullan%C4%B1m%C4%B1" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-twitter"><a href="http://www.twitter.com/home?status=RT+@burhan_07:++Php+class+i%C3%A7inde+global+de%C4%9Fi%C5%9Fken+kullan%C4%B1m%C4%B1+?+Php+Class+Kullan%C4%B1m%C4%B1+-+http://&#x27A1;.ws/䶪궊" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.karadere.com/blog/php-class-icinde-global-degisken-kullanimi-php-class-kullanimi.htmltitle=Php+class+i%C3%A7inde+global+de%C4%9Fi%C5%9Fken+kullan%C4%B1m%C4%B1+?+Php+Class+Kullan%C4%B1m%C4%B1" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&url=http://www.karadere.com/blog/php-class-icinde-global-degisken-kullanimi-php-class-kullanimi.html&title=Php+class+i%C3%A7inde+global+de%C4%9Fi%C5%9Fken+kullan%C4%B1m%C4%B1+?+Php+Class+Kullan%C4%B1m%C4%B1&summary=%26lt%3B%3Fphp%0D%0A%24desigken+%3D+%27ben+globalim%27%3B%0D%0Aecho+%24desigken%C2%A0+%3B%0D%0Aclass+Rehber+%7B%0D%0A%0D%0Avar+%24adi+%3D+%27Burhan%27%3B%0D%0Afunction+yaz%28%29%7B%0D%0Aglobal%C2%A0+%24desigken+%3B%0D%0A%0D%0Aecho+%24this-%26gt%3Badi+%3B%0D%0Aecho%C2%A0+%24desigken+%3B%0D%0A%0D%0A%7D%0D%0A%7D%0D%0A%0D%0A%24reh+%3D+new+Rehber%28%29%3B%0D%0A%24reh-%26%5B..%5D&source=Burhan KARADERE Kişisel Blog Sayfası" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.karadere.com/blog/php-class-icinde-global-degisken-kullanimi-php-class-kullanimi.html&amp;amp;t=Php+class+i%C3%A7inde+global+de%C4%9Fi%C5%9Fken+kullan%C4%B1m%C4%B1+?+Php+Class+Kullan%C4%B1m%C4%B1" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-yahoomyweb"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=Php+class+i%C3%A7inde+global+de%C4%9Fi%C5%9Fken+kullan%C4%B1m%C4%B1+?+Php+Class+Kullan%C4%B1m%C4%B1&amp;u=http://www.karadere.com/blog/php-class-icinde-global-degisken-kullanimi-php-class-kullanimi.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-delicious"><a href="http://del.icio.us/post?url=http://www.karadere.com/blog/php-class-icinde-global-degisken-kullanimi-php-class-kullanimi.html&amp;title=Php+class+i%C3%A7inde+global+de%C4%9Fi%C5%9Fken+kullan%C4%B1m%C4%B1+?+Php+Class+Kullan%C4%B1m%C4%B1" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-mail"><a href="mailto:?&subject=Php class içinde global değişken kullanı...&body=&lt;?php
$desigken = 'ben globalim';
echo $desigken  ;
class Rehber {

var $adi = 'Burhan';
function yaz(){
global  $desigken ;

echo $this-&gt;adi ;
echo  $desigken ;

}
}

$reh = new Rehber();
$reh-&gt;yaz();
?&gt;[..] - http://www.karadere.com/blog/php-class-icinde-global-degisken-kullanimi-php-class-kullanimi.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://www.karadere.com/blog/php-class-icinde-global-degisken-kullanimi-php-class-kullanimi.html&amp;title=Php+class+i%C3%A7inde+global+de%C4%9Fi%C5%9Fken+kullan%C4%B1m%C4%B1+?+Php+Class+Kullan%C4%B1m%C4%B1" target="_blank" rel="nofollow" title="Array">Array</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.karadere.com/blog/php-class-icinde-global-degisken-kullanimi-php-class-kullanimi.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Php ile foreach diziler &#8211; array</title>
		<link>http://www.karadere.com/blog/php-ile-foreach-diziler-array.html</link>
		<comments>http://www.karadere.com/blog/php-ile-foreach-diziler-array.html#comments</comments>
		<pubDate>Wed, 28 Sep 2011 11:17:50 +0000</pubDate>
		<dc:creator>Burhan KARADERE</dc:creator>
				<category><![CDATA[? Php ?]]></category>

		<guid isPermaLink="false">http://www.karadere.com/blog/?p=1444</guid>
		<description><![CDATA[<?php $dizi = array("adi" => "burhan", "soyadi" => "karadere"); $i = 0; foreach ($dizi as $v) { echo "\$dizi[$i] => $v.\n"; $i++; } ?> [t:tagname  <p><a href="http://www.karadere.com/blog/php-ile-foreach-diziler-array.html">[..]Devamını Oku</a></p>]]></description>
			<content:encoded><![CDATA[<p>&lt;?php</p>
<p> $dizi = array(&#8220;adi&#8221; =&gt; &#8220;burhan&#8221;, &#8220;soyadi&#8221; =&gt; &#8220;karadere&#8221;);<br />
 $i = 0;</p>
<p> foreach ($dizi as $v) {<br />
    echo &#8220;\$dizi[$i] =&gt; $v.\n&#8221;;<br />
    $i++;<br />
 }</p>
<p>?&gt;</p>
<p>[t:tagname attr1="value1" attr2="value2"]</p>
<div class="damn-sexy-bookmarks"><ul class="socials"><li class="damn-sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.karadere.com/blog/php-ile-foreach-diziler-array.html&amp;amp;t=Php+ile+foreach+diziler+%26%238211%3B+array" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-twitter"><a href="http://www.twitter.com/home?status=RT+@burhan_07:++Php+ile+foreach+diziler+%26%238211%3B+array+-+http://&#x27A1;.ws/颫鼂" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.karadere.com/blog/php-ile-foreach-diziler-array.htmltitle=Php+ile+foreach+diziler+%26%238211%3B+array" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&url=http://www.karadere.com/blog/php-ile-foreach-diziler-array.html&title=Php+ile+foreach+diziler+%26%238211%3B+array&summary=%26lt%3B%3Fphp%0D%0A%0D%0A%C2%A0%24dizi+%3D+array%28%22adi%22+%3D%26gt%3B+%22burhan%22%2C+%22soyadi%22+%3D%26gt%3B+%22karadere%22%29%3B%0D%0A%C2%A0%24i+%3D+0%3B%0D%0A%0D%0A%C2%A0foreach+%28%24dizi+as+%24v%29+%7B%0D%0A%C2%A0%C2%A0%C2%A0+echo+%22%5C%24dizi%5B%24i%5D+%3D%26gt%3B+%24v.%5Cn%22%3B%0D%0A%C2%A0%C2%A0%C2%A0+%24i%2B%2B%3B%0D%0A%C2%A0%7D%0D%0A%0D%0A%3F%26gt%3B%0D%0A%0D%0A%5Bt%3Atagname+attr1%3D%22value1%22+attr2%3D%5B..%5D&source=Burhan KARADERE Kişisel Blog Sayfası" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.karadere.com/blog/php-ile-foreach-diziler-array.html&amp;amp;t=Php+ile+foreach+diziler+%26%238211%3B+array" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-yahoomyweb"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=Php+ile+foreach+diziler+%26%238211%3B+array&amp;u=http://www.karadere.com/blog/php-ile-foreach-diziler-array.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-delicious"><a href="http://del.icio.us/post?url=http://www.karadere.com/blog/php-ile-foreach-diziler-array.html&amp;title=Php+ile+foreach+diziler+%26%238211%3B+array" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-mail"><a href="mailto:?&subject=Php ile foreach diziler &#8211; array...&body=&lt;?php

 $dizi = array("adi" =&gt; "burhan", "soyadi" =&gt; "karadere");
 $i = 0;

 foreach ($dizi as $v) {
    echo "$dizi[$i] =&gt; $v.n";
    $i++;
 }

?&gt;

[t:tagname attr1="value1" attr2="value2"][..] - http://www.karadere.com/blog/php-ile-foreach-diziler-array.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://www.karadere.com/blog/php-ile-foreach-diziler-array.html&amp;title=Php+ile+foreach+diziler+%26%238211%3B+array" target="_blank" rel="nofollow" title="Array">Array</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.karadere.com/blog/php-ile-foreach-diziler-array.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Php ile array ile array değiştirme. Replace array to array</title>
		<link>http://www.karadere.com/blog/php-ile-array-ile-array-degistirme-replace-array-to-array.html</link>
		<comments>http://www.karadere.com/blog/php-ile-array-ile-array-degistirme-replace-array-to-array.html#comments</comments>
		<pubDate>Wed, 28 Sep 2011 11:08:14 +0000</pubDate>
		<dc:creator>Burhan KARADERE</dc:creator>
				<category><![CDATA[? Php ?]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[replace]]></category>

		<guid isPermaLink="false">http://www.karadere.com/blog/?p=1441</guid>
		<description><![CDATA[<?php $dizi1 = array("adi" => "burhan", "soyadi" => "karadere"); $dizi2 = array("adi" => "BurHaN","id" => "250"); function polecat_array_replace( array &#038;$array1, array &#038;$array2 ) { if(!function_exists('tier_parse')){ function tier_parse(array &#038;$t_array1, array&#038;$t_array2) { foreach ($t_array2 as $k2 => $v2) { if (is_array($t_array2[$k2])) { tier_parse($t_array1[$k2], $t_array2[$k2]); } else { $t_array1[$k2] = $t_array2[$k2]; } } return $t_array1; } } foreach ($array2 as $key => $val) { if (is_array($array2[$key])) { tier_parse($array1[$key], $array2[$key]); } else { $array1[$key] = $array2[$key]; } } return $array1; } print_r($dizi1); print_r($dizi2); polecat_array_replace($dizi1,$dizi2); print_r($dizi1) ; ?>  <p><a href="http://www.karadere.com/blog/php-ile-array-ile-array-degistirme-replace-array-to-array.html">[..]Devamını Oku</a></p>]]></description>
			<content:encoded><![CDATA[<p>&lt;?php</p>
<p>$dizi1 = array(&#8220;adi&#8221; =&gt; &#8220;burhan&#8221;, &#8220;soyadi&#8221; =&gt; &#8220;karadere&#8221;);<br />
$dizi2 = array(&#8220;adi&#8221; =&gt; &#8220;BurHaN&#8221;,&#8221;id&#8221; =&gt; &#8220;250&#8243;);</p>
<p>function polecat_array_replace( array &amp;$array1, array &amp;$array2 ) {<br />
if(!function_exists(&#8216;tier_parse&#8217;)){<br />
function tier_parse(array &amp;$t_array1, array&amp;$t_array2) {<br />
foreach ($t_array2 as $k2 =&gt; $v2) {<br />
if (is_array($t_array2[$k2])) {<br />
tier_parse($t_array1[$k2], $t_array2[$k2]);<br />
} else {<br />
$t_array1[$k2] = $t_array2[$k2];<br />
}<br />
}<br />
return $t_array1;<br />
}<br />
}</p>
<p>foreach ($array2 as $key =&gt; $val) {<br />
if (is_array($array2[$key])) {<br />
tier_parse($array1[$key], $array2[$key]);<br />
} else {<br />
$array1[$key] = $array2[$key];<br />
}<br />
}<br />
return $array1;<br />
}</p>
<p>print_r($dizi1);<br />
print_r($dizi2);<br />
polecat_array_replace($dizi1,$dizi2);</p>
<p>print_r($dizi1) ;</p>
<p>?&gt;</p>
<div class="damn-sexy-bookmarks"><ul class="socials"><li class="damn-sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.karadere.com/blog/php-ile-array-ile-array-degistirme-replace-array-to-array.html&amp;amp;t=Php+ile+array+ile+array+de%C4%9Fi%C5%9Ftirme.+Replace+array+to+array" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-twitter"><a href="http://www.twitter.com/home?status=RT+@burhan_07:++Php+ile+array+ile+array+de%C4%9Fi%C5%9Ftirme.+Replace+array+to+array+-+http://&#x27A1;.ws/᫖얿" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.karadere.com/blog/php-ile-array-ile-array-degistirme-replace-array-to-array.htmltitle=Php+ile+array+ile+array+de%C4%9Fi%C5%9Ftirme.+Replace+array+to+array" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&url=http://www.karadere.com/blog/php-ile-array-ile-array-degistirme-replace-array-to-array.html&title=Php+ile+array+ile+array+de%C4%9Fi%C5%9Ftirme.+Replace+array+to+array&summary=%26lt%3B%3Fphp%0D%0A%0D%0A%24dizi1+%3D+array%28%22adi%22+%3D%26gt%3B+%22burhan%22%2C+%22soyadi%22+%3D%26gt%3B+%22karadere%22%29%3B%0D%0A%24dizi2+%3D+array%28%22adi%22+%3D%26gt%3B+%22BurHaN%22%2C%22id%22+%3D%26gt%3B+%22250%22%29%3B%0D%0A%0D%0Afunction+polecat_array_replace%28+array+%26amp%3B%24array1%2C+array+%26amp%3B%24array2+%29+%7B%0D%0Aif%28%21func%5B..%5D&source=Burhan KARADERE Kişisel Blog Sayfası" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.karadere.com/blog/php-ile-array-ile-array-degistirme-replace-array-to-array.html&amp;amp;t=Php+ile+array+ile+array+de%C4%9Fi%C5%9Ftirme.+Replace+array+to+array" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-yahoomyweb"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=Php+ile+array+ile+array+de%C4%9Fi%C5%9Ftirme.+Replace+array+to+array&amp;u=http://www.karadere.com/blog/php-ile-array-ile-array-degistirme-replace-array-to-array.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-delicious"><a href="http://del.icio.us/post?url=http://www.karadere.com/blog/php-ile-array-ile-array-degistirme-replace-array-to-array.html&amp;title=Php+ile+array+ile+array+de%C4%9Fi%C5%9Ftirme.+Replace+array+to+array" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-mail"><a href="mailto:?&subject=Php ile array ile array değiştirme. Replace array ...&body=&lt;?php

$dizi1 = array("adi" =&gt; "burhan", "soyadi" =&gt; "karadere");
$dizi2 = array("adi" =&gt; "BurHaN","id" =&gt; "250");

function polecat_array_replace( array &amp;$array1, array &amp;$array2 ) {
if(!function_exists('tier_parse')){
f[..] - http://www.karadere.com/blog/php-ile-array-ile-array-degistirme-replace-array-to-array.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://www.karadere.com/blog/php-ile-array-ile-array-degistirme-replace-array-to-array.html&amp;title=Php+ile+array+ile+array+de%C4%9Fi%C5%9Ftirme.+Replace+array+to+array" target="_blank" rel="nofollow" title="Array">Array</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.karadere.com/blog/php-ile-array-ile-array-degistirme-replace-array-to-array.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Php ile dizi ile dizi değişimi . Replace to array to array.</title>
		<link>http://www.karadere.com/blog/php-ile-dizi-ile-dizi-degisimi-replace-to-array-to-array.html</link>
		<comments>http://www.karadere.com/blog/php-ile-dizi-ile-dizi-degisimi-replace-to-array-to-array.html#comments</comments>
		<pubDate>Mon, 26 Sep 2011 12:02:35 +0000</pubDate>
		<dc:creator>Burhan KARADERE</dc:creator>
				<category><![CDATA[? Php ?]]></category>

		<guid isPermaLink="false">http://www.karadere.com/blog/?p=1433</guid>
		<description><![CDATA[<?php $dizi1 = array('adsoyad'=>'adsoyad', 'sifre'=>'sifre'); $dizi2 = array('adsoyad'=>'Adı Soyadı', 'sifre'=>'sifre'); // print_r($dizi1); // print_r($dizi2); // $birlesmisi = array_replace($dizi1, $dizi2) ; $birlesmisi = str_replace($dizi1,$dizi2,$dizi1); print_r($birlesmisi); ?>  <p><a href="http://www.karadere.com/blog/php-ile-dizi-ile-dizi-degisimi-replace-to-array-to-array.html">[..]Devamını Oku</a></p>]]></description>
			<content:encoded><![CDATA[<p>&lt;?php<br />
$dizi1 = array(&#8216;adsoyad&#8217;=&gt;&#8217;adsoyad&#8217;, &#8216;sifre&#8217;=&gt;&#8217;sifre&#8217;);<br />
$dizi2 = array(&#8216;adsoyad&#8217;=&gt;&#8217;Adı Soyadı&#8217;, &#8216;sifre&#8217;=&gt;&#8217;sifre&#8217;);<br />
// print_r($dizi1);<br />
// print_r($dizi2);</p>
<p>// $birlesmisi = array_replace($dizi1, $dizi2) ;<br />
$birlesmisi = str_replace($dizi1,$dizi2,$dizi1);<br />
print_r($birlesmisi);</p>
<p> ?&gt;</p>
<div class="damn-sexy-bookmarks"><ul class="socials"><li class="damn-sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.karadere.com/blog/php-ile-dizi-ile-dizi-degisimi-replace-to-array-to-array.html&amp;amp;t=Php+ile+dizi+ile+dizi+de%C4%9Fi%C5%9Fimi+.+Replace+to+array+to+array." target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-twitter"><a href="http://www.twitter.com/home?status=RT+@burhan_07:++Php+ile+dizi+ile+dizi+de%C4%9Fi%C5%9Fimi+.+Replace+to+array+to+array.+-+http://&#x27A1;.ws/䧕㏽" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.karadere.com/blog/php-ile-dizi-ile-dizi-degisimi-replace-to-array-to-array.htmltitle=Php+ile+dizi+ile+dizi+de%C4%9Fi%C5%9Fimi+.+Replace+to+array+to+array." target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&url=http://www.karadere.com/blog/php-ile-dizi-ile-dizi-degisimi-replace-to-array-to-array.html&title=Php+ile+dizi+ile+dizi+de%C4%9Fi%C5%9Fimi+.+Replace+to+array+to+array.&summary=%26lt%3B%3Fphp%0D%0A%24dizi1+%3D+array%28%27adsoyad%27%3D%26gt%3B%27adsoyad%27%2C+%27sifre%27%3D%26gt%3B%27sifre%27%29%3B%0D%0A%24dizi2+%3D+array%28%27adsoyad%27%3D%26gt%3B%27Ad%C4%B1+Soyad%C4%B1%27%2C+%27sifre%27%3D%26gt%3B%27sifre%27%29%3B%0D%0A%2F%2F+print_r%28%24dizi1%29%3B%0D%0A%2F%2F+print_r%28%24dizi2%29%3B%0D%0A%0D%0A%2F%2F+%24birlesmisi+%3D+array_replace%28%24diz%5B..%5D&source=Burhan KARADERE Kişisel Blog Sayfası" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.karadere.com/blog/php-ile-dizi-ile-dizi-degisimi-replace-to-array-to-array.html&amp;amp;t=Php+ile+dizi+ile+dizi+de%C4%9Fi%C5%9Fimi+.+Replace+to+array+to+array." target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-yahoomyweb"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=Php+ile+dizi+ile+dizi+de%C4%9Fi%C5%9Fimi+.+Replace+to+array+to+array.&amp;u=http://www.karadere.com/blog/php-ile-dizi-ile-dizi-degisimi-replace-to-array-to-array.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-delicious"><a href="http://del.icio.us/post?url=http://www.karadere.com/blog/php-ile-dizi-ile-dizi-degisimi-replace-to-array-to-array.html&amp;title=Php+ile+dizi+ile+dizi+de%C4%9Fi%C5%9Fimi+.+Replace+to+array+to+array." target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-mail"><a href="mailto:?&subject=Php ile dizi ile dizi değişimi . Replace to array ...&body=&lt;?php
$dizi1 = array('adsoyad'=&gt;'adsoyad', 'sifre'=&gt;'sifre');
$dizi2 = array('adsoyad'=&gt;'Adı Soyadı', 'sifre'=&gt;'sifre');
// print_r($dizi1);
// print_r($dizi2);

// $birlesmisi = array_replace($dizi1, $dizi2) ;
$birlesmisi = s[..] - http://www.karadere.com/blog/php-ile-dizi-ile-dizi-degisimi-replace-to-array-to-array.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://www.karadere.com/blog/php-ile-dizi-ile-dizi-degisimi-replace-to-array-to-array.html&amp;title=Php+ile+dizi+ile+dizi+de%C4%9Fi%C5%9Fimi+.+Replace+to+array+to+array." target="_blank" rel="nofollow" title="Array">Array</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.karadere.com/blog/php-ile-dizi-ile-dizi-degisimi-replace-to-array-to-array.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Php tr tükçe karakter sorunu, array de tr karakter sorunu giderme, replace to charset</title>
		<link>http://www.karadere.com/blog/php-tr-tukce-karakter-sorunu-array-de-tr-karakter-sorunu-giderme-replace-to-charset.html</link>
		<comments>http://www.karadere.com/blog/php-tr-tukce-karakter-sorunu-array-de-tr-karakter-sorunu-giderme-replace-to-charset.html#comments</comments>
		<pubDate>Mon, 26 Sep 2011 10:53:21 +0000</pubDate>
		<dc:creator>Burhan KARADERE</dc:creator>
				<category><![CDATA[? Php ?]]></category>

		<guid isPermaLink="false">http://www.karadere.com/blog/?p=1426</guid>
		<description><![CDATA[Merhaba arkadaşlar klasik php de tr sorunu çıldırtır insanı, bunun sebebi standar charset table dünyada oluşturulurken bizim çok bilmiş mühendislerin veya devletimizin ilgili kurumunun bu standartın oluşturulma sırasındaki toplantılara gitmemesi önemsemesi bizim yıllarca bu sorunu yaşamamıza , sebep olması buda biz türklerin çilesi :) sorunu normalde <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> head ekleyip deneyin olmadı bunu deneyin <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9"> olmadı db connectondan sonra alttaki donusturuculeri deneyin. $db_con = mysql_connect($dbhost, $dbuser, $dbpass) or die ('Error connecting to mysql'); mb_internal_encoding('UTF-8'); mysql_query('SET NAMES UTF8'); mysql_query("SET CHARACTER SET utf8"); // mysql_query("SET COLLATION_CONNECTION = 'utf8_turkish_ci'"); mysql_query("SET COLLATION_CONNECTION = 'utf8_general_ci'"); hala olmadı ise en ilkel yöntem strin değiştirme ile karakter değiştireceğiz. $gelendata = "Ey türk Gençliği"; $trharfler = array('Ç', 'ç', 'Ğ', 'ğ', 'ı', 'İ', 'Ö', 'ö', 'Ş', 'ş', 'Ü', 'ü'); $trkodharfler = array('& Ccedil;', '& ccedil;', '&#038; #286;', '&#038; #287;', '&#038; #305;', '&#038; #304;', '& Ouml;', '& ouml;', '&#038; #350;', '&#038; #351;', '& Uuml;', '& uuml;'); $degismishali = str_replace($trharfler, $trkodharfler, $gelendata); Not : blogda gosterebilmek için &#038; sonra boşluk koydum kodun çalışması için &#038; 'den sonraki boşlukları simeniz gerekecek.  <p><a href="http://www.karadere.com/blog/php-tr-tukce-karakter-sorunu-array-de-tr-karakter-sorunu-giderme-replace-to-charset.html">[..]Devamını Oku</a></p>]]></description>
			<content:encoded><![CDATA[<p>Merhaba arkadaşlar klasik php de tr sorunu çıldırtır insanı, bunun sebebi standar charset table dünyada oluşturulurken bizim çok bilmiş mühendislerin veya devletimizin ilgili kurumunun bu standartın oluşturulma sırasındaki toplantılara gitmemesi önemsemesi bizim yıllarca bu sorunu yaşamamıza , sebep olması buda biz türklerin çilesi <img src='http://www.karadere.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>sorunu normalde</p>
<p>&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=utf-8&#8243;&gt;</p>
<p>head ekleyip deneyin olmadı bunu deneyin</p>
<p>&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=iso-8859-9&#8243;&gt;</p>
<p>olmadı php sayfasının en başına bunu sadece birkere kullanın include lar var ise</p>
<p>&lt;?php header(&#8220;Content-type:text/html; Charset=utf-8&#8243;);  ?&gt;</p>
<p>olmadı db connectondan sonra alttaki donusturuculeri deneyin.</p>
<p>$db_con = mysql_connect($dbhost, $dbuser, $dbpass) or die (&#8216;Error connecting to mysql&#8217;); <br />
  <br />
 mb_internal_encoding(&#8216;UTF-8&#8242;);<br />
 mysql_query(&#8216;SET NAMES UTF8&#8242;);<br />
 mysql_query(&#8220;SET CHARACTER SET utf8&#8243;);</p>
<p> // mysql_query(&#8220;SET COLLATION_CONNECTION = &#8216;utf8_turkish_ci&#8217;&#8221;);<br />
mysql_query(&#8220;SET COLLATION_CONNECTION = &#8216;utf8_general_ci&#8217;&#8221;);</p>
<p> hala olmadı ise en ilkel yöntem strin değiştirme ile karakter değiştireceğiz.</p>
<p>$gelendata = &#8220;Ey türk Gençliği&#8221;;<br />
$trharfler = array(&#8216;Ç&#8217;, &#8216;ç&#8217;, &#8216;Ğ&#8217;, &#8216;ğ&#8217;, &#8216;ı&#8217;, &#8216;İ&#8217;, &#8216;Ö&#8217;, &#8216;ö&#8217;, &#8216;Ş&#8217;, &#8216;ş&#8217;, &#8216;Ü&#8217;, &#8216;ü&#8217;);</p>
<p>$trkodharfler = array(&#8216;&amp; Ccedil;&#8217;, &#8216;&amp; ccedil;&#8217;, &#8216;&amp; #286;&#8217;, &#8216;&amp; #287;&#8217;, &#8216;&amp; #305;&#8217;, &#8216;&amp; #304;&#8217;, &#8216;&amp; Ouml;&#8217;, &#8216;&amp; ouml;&#8217;, &#8216;&amp; #350;&#8217;, &#8216;&amp; #351;&#8217;, &#8216;&amp; Uuml;&#8217;, &#8216;&amp; uuml;&#8217;);</p>
<p>$degismishali = str_replace($trharfler, $trkodharfler, $gelendata);</p>
<p>Not :  blogda gosterebilmek için &amp; sonra boşluk koydum kodun çalışması için  &amp; &#8216;den sonraki boşlukları simeniz gerekecek.</p>
<p>bunu function halne getirelim:</p>
<p>&lt;?php</p>
<p>function  TrDuzelt($gelendata ){</p>
<p>$trharfler = array(&#8216;Ç&#8217;, &#8216;ç&#8217;, &#8216;Ğ&#8217;, &#8216;ğ&#8217;, &#8216;ı&#8217;, &#8216;İ&#8217;, &#8216;Ö&#8217;, &#8216;ö&#8217;, &#8216;Ş&#8217;, &#8216;ş&#8217;, &#8216;Ü&#8217;, &#8216;ü&#8217;);</p>
<p>$trkodharfler = array(&#8216;&amp; Ccedil;&#8217;, &#8216;&amp; ccedil;&#8217;, &#8216;&amp; #286;&#8217;, &#8216;&amp; #287;&#8217;, &#8216;&amp; #305;&#8217;, &#8216;&amp; #304;&#8217;, &#8216;&amp; Ouml;&#8217;, &#8216;&amp; ouml;&#8217;, &#8216;&amp; #350;&#8217;, &#8216;&amp; #351;&#8217;, &#8216;&amp; Uuml;&#8217;, &#8216;&amp; uuml;&#8217;);</p>
<p>$degismishali = str_replace($trharfler, $trkodharfler, $gelendata);</p>
<p>return  $degismishali ;</p>
<p>}</p>
<p>?&gt;</p>
<p><strong>Ajaxçılar için </strong><br />
&lt;?php<br />
// ajax problemlerinde<br />
function AjaxTrDuzelt($newphrase) {<br />
$newphrase = str_replace(&#8220;Ãœ&#8221;,&#8221;Ü&#8221;,$newphrase);<br />
$newphrase = str_replace(&#8220;Å&amp;#158;&#8221;,&#8221;Ş&#8221;,$newphrase);<br />
$newphrase = str_replace(&#8220;Ä&amp;#158;&#8221;,&#8221;Ğ&#8221;,$newphrase);<br />
$newphrase = str_replace(&#8220;Ã‡&#8221;,&#8221;Ç&#8221;,$newphrase);<br />
$newphrase = str_replace(&#8220;Ä°&#8221;,&#8221;İ&#8221;,$newphrase);<br />
$newphrase = str_replace(&#8220;Ã–&#8221;,&#8221;Ö&#8221;,$newphrase);<br />
$newphrase = str_replace(&#8220;Ã¼&#8221;,&#8221;ü&#8221;,$newphrase);<br />
$newphrase = str_replace(&#8220;ÅŸ&#8221;,&#8221;ş&#8221;,$newphrase);<br />
$newphrase = str_replace(&#8220;Ã§&#8221;,&#8221;ç&#8221;,$newphrase);<br />
$newphrase = str_replace(&#8220;Ä±&#8221;,&#8221;ı&#8221;,$newphrase);<br />
$newphrase = str_replace(&#8220;Ã¶&#8221;,&#8221;ö&#8221;,$newphrase);<br />
$newphrase = str_replace(&#8220;ÄŸ&#8221;,&#8221;ğ&#8221;,$newphrase);</p>
<p>return $newphrase;<br />
}<br />
?&gt;</p>
<div class="damn-sexy-bookmarks"><ul class="socials"><li class="damn-sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.karadere.com/blog/php-tr-tukce-karakter-sorunu-array-de-tr-karakter-sorunu-giderme-replace-to-charset.html&amp;amp;t=Php+tr+t%C3%BCk%C3%A7e+karakter+sorunu%2C+array+de+tr+karakter+sorunu+giderme%2C+replace+to+charset" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-twitter"><a href="http://www.twitter.com/home?status=RT+@burhan_07:++Php+tr+t%C3%BCk%C3%A7e+karakter+sorunu%2C+array+de+tr+karakter+sorunu+giderme%2C+replace+to+charset+-+http://&#x27A1;.ws/⺺굥" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.karadere.com/blog/php-tr-tukce-karakter-sorunu-array-de-tr-karakter-sorunu-giderme-replace-to-charset.htmltitle=Php+tr+t%C3%BCk%C3%A7e+karakter+sorunu%2C+array+de+tr+karakter+sorunu+giderme%2C+replace+to+charset" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&url=http://www.karadere.com/blog/php-tr-tukce-karakter-sorunu-array-de-tr-karakter-sorunu-giderme-replace-to-charset.html&title=Php+tr+t%C3%BCk%C3%A7e+karakter+sorunu%2C+array+de+tr+karakter+sorunu+giderme%2C+replace+to+charset&summary=Merhaba+arkada%C5%9Flar+klasik+php+de+tr+sorunu+%C3%A7%C4%B1ld%C4%B1rt%C4%B1r+insan%C4%B1%2C+bunun+sebebi+standar+charset+table+d%C3%BCnyada+olu%C5%9Fturulurken+bizim+%C3%A7ok+bilmi%C5%9F+m%C3%BChendislerin+veya+devletimizin+ilgili+kurumunun+bu+standart%C4%B1n+olu%C5%9Fturu%5B..%5D&source=Burhan KARADERE Kişisel Blog Sayfası" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.karadere.com/blog/php-tr-tukce-karakter-sorunu-array-de-tr-karakter-sorunu-giderme-replace-to-charset.html&amp;amp;t=Php+tr+t%C3%BCk%C3%A7e+karakter+sorunu%2C+array+de+tr+karakter+sorunu+giderme%2C+replace+to+charset" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-yahoomyweb"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=Php+tr+t%C3%BCk%C3%A7e+karakter+sorunu%2C+array+de+tr+karakter+sorunu+giderme%2C+replace+to+charset&amp;u=http://www.karadere.com/blog/php-tr-tukce-karakter-sorunu-array-de-tr-karakter-sorunu-giderme-replace-to-charset.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-delicious"><a href="http://del.icio.us/post?url=http://www.karadere.com/blog/php-tr-tukce-karakter-sorunu-array-de-tr-karakter-sorunu-giderme-replace-to-charset.html&amp;title=Php+tr+t%C3%BCk%C3%A7e+karakter+sorunu%2C+array+de+tr+karakter+sorunu+giderme%2C+replace+to+charset" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-mail"><a href="mailto:?&subject=Php tr tükçe karakter sorunu, array de tr karakt...&body=Merhaba arkadaşlar klasik php de tr sorunu çıldırtır insanı, bunun sebebi standar charset table dünyada oluşturulurken bizim çok bilmiş mühendislerin veya devletimizin ilgili kurumunun bu standartın oluşturulma sırasındaki toplantılar[..] - http://www.karadere.com/blog/php-tr-tukce-karakter-sorunu-array-de-tr-karakter-sorunu-giderme-replace-to-charset.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://www.karadere.com/blog/php-tr-tukce-karakter-sorunu-array-de-tr-karakter-sorunu-giderme-replace-to-charset.html&amp;title=Php+tr+t%C3%BCk%C3%A7e+karakter+sorunu%2C+array+de+tr+karakter+sorunu+giderme%2C+replace+to+charset" target="_blank" rel="nofollow" title="Array">Array</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.karadere.com/blog/php-tr-tukce-karakter-sorunu-array-de-tr-karakter-sorunu-giderme-replace-to-charset.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

