<?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/">
	<channel>
		<title>Asp-PErl-Html-Php</title>
		<link>http://serikoxp.hareketforum.com/asp-perl-html-php-f12/-t1.htm</link>
		<description></description>
		<lastBuildDate>Sun, 31 Jan 2010 23:11:54 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>Asp-PErl-Html-Php</title>
			<url>http://i33.servimg.com/u/f33/14/23/24/18/i_logo10.jpg</url>
			<link>http://serikoxp.hareketforum.com/asp-perl-html-php-f12/-t1.htm</link>
		</image>
		<item>
			<title>ftp kullanarak dosya yukleme</title>
			<link>http://serikoxp.hareketforum.com/asp-perl-html-php-f12/ftp-kullanarak-dosya-yukleme-t150.htm</link>
			<dc:creator>shersery24</dc:creator>
			<description>#70124   2010-01-11 23:23 GMT     Alinti  

&lt;?php 

// &#36;_FILES[] komutunu kullanacağız

//PHP Manuele bakarak komut hakkında detaylı bilgi alabilirsiniz



//Bu fonksiyon dosya uzantısını belirlemek için kullanılacaktır

function get_extension(&#36;file,&#36;length=-1){ 

&#36;p = strrpos(&#36;file,&quot;.&quot;); 

&#36;p++; 

if(&#36;length!=-1){ 

&#36;ext = substr(&#36;file,&#36;p,&#36;length); 

} 

if(&#36;length==-1){ 

&#36;ext = substr(&#36;file,&#36;p); 

} 

&#36;ext  ...</description>
			<category>Asp-PErl-Html-Php</category>
			<pubDate>Sun, 31 Jan 2010 23:11:54 GMT</pubDate>
			<comments>http://serikoxp.hareketforum.com/asp-perl-html-php-f12/ftp-kullanarak-dosya-yukleme-t150.htm#388</comments>
			<guid>http://serikoxp.hareketforum.com/asp-perl-html-php-f12/ftp-kullanarak-dosya-yukleme-t150.htm</guid>
		</item>
		<item>
			<title>sitenizin hiti bu kodla artsin</title>
			<link>http://serikoxp.hareketforum.com/asp-perl-html-php-f12/sitenizin-hiti-bu-kodla-artsin-t149.htm</link>
			<dc:creator>shersery24</dc:creator>
			<description>&lt;PRBOT.exe&gt; &lt;Googlebots.exe/webpages&gt; &lt;p align=&quot;center&quot;&gt;&lt;br /&gt; ******body&gt;&lt;/metabody&gt; &lt;a target=&quot;_blank&quot; href=&quot;http://wormradyo.net/forum/index.php?topic=388.0&quot; _fcksavedurl=&quot;http://wormradyo.net/forum/index.php?topic=388.0&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://wormradyo.net/bot.png&quot; _fcksavedurl=&quot;http://wormradyo.net/bot.png&quot; /&gt;&lt;/a&gt;&lt;/p&gt; &lt;iframe border=&quot;0&quot; name=&quot;I3&quot;  ...</description>
			<category>Asp-PErl-Html-Php</category>
			<pubDate>Sun, 31 Jan 2010 23:08:01 GMT</pubDate>
			<comments>http://serikoxp.hareketforum.com/asp-perl-html-php-f12/sitenizin-hiti-bu-kodla-artsin-t149.htm#387</comments>
			<guid>http://serikoxp.hareketforum.com/asp-perl-html-php-f12/sitenizin-hiti-bu-kodla-artsin-t149.htm</guid>
		</item>
		<item>
			<title>form mail hazirlama</title>
			<link>http://serikoxp.hareketforum.com/asp-perl-html-php-f12/form-mail-hazirlama-t148.htm</link>
			<dc:creator>shersery24</dc:creator>
			<description>Forrm Mail

Örnek:





Kod:

&lt;html&gt;

&lt;head&gt;

&lt;title&gt; MAIL GONDER &lt;/title&gt;

&lt;/head&gt;

&lt;body&gt;

&lt;form method=post action=&quot;mail.asp&quot;&gt;

Isim : &lt;input type=&quot;text&quot; name=&quot;isim&quot;&gt;&lt;br&gt;

Mail : &lt;input type=&quot;text&quot; name=&quot;mail&quot;&gt;&lt;br&gt;

Konu : &lt;input type=&quot;text&quot; name=&quot;konu&quot;&gt;&lt;br&gt;

Mesaj : &lt;textarea name=&quot;mesaj&quot; rows=&quot;&quot; cols=****&lt;/textarea&gt;&lt;br&gt;

&lt;input  ...</description>
			<category>Asp-PErl-Html-Php</category>
			<pubDate>Sun, 31 Jan 2010 23:06:32 GMT</pubDate>
			<comments>http://serikoxp.hareketforum.com/asp-perl-html-php-f12/form-mail-hazirlama-t148.htm#386</comments>
			<guid>http://serikoxp.hareketforum.com/asp-perl-html-php-f12/form-mail-hazirlama-t148.htm</guid>
		</item>
		<item>
			<title>html kodlari ve anlamlari</title>
			<link>http://serikoxp.hareketforum.com/asp-perl-html-php-f12/html-kodlari-ve-anlamlari-t147.htm</link>
			<dc:creator>shersery24</dc:creator>
			<description>HTML kodlarının ne anlama geldiğini ve nerede kullanıldığını öğrenmeye devam ediyoruz.



İlk dersimden sonra ikinci dersi de yayınlamam için mailler aldım.



İşte ikinci ders.



&lt;html&gt;



&lt;head&gt;

&lt;title&gt;Yeni Sayfa 1&lt;/title&gt;

&lt;bgsound src=&quot;Müzik dosyası.mp3&quot;&gt;



&lt;/head&gt;



&lt;body&gt;

&lt;h1&gt;Başlık1&lt;/h1&gt;

&lt;h2&gt;Başlık2&lt;/h2&gt;

&lt;h3&gt;Başlık3&lt;/h3&gt;

&lt;h4&gt;Başlık4&lt;/h4&gt;

&lt;h5&gt;Başlık5&lt;/h5&gt;

&lt;h6&gt;Başlık6&lt;/h6&gt;

&lt;b&gt;kalın&lt;/b&gt;

&lt;i&gt;italik&lt;/i&gt;

&lt;u&gt;Üstü  ...</description>
			<category>Asp-PErl-Html-Php</category>
			<pubDate>Sun, 31 Jan 2010 23:05:28 GMT</pubDate>
			<comments>http://serikoxp.hareketforum.com/asp-perl-html-php-f12/html-kodlari-ve-anlamlari-t147.htm#385</comments>
			<guid>http://serikoxp.hareketforum.com/asp-perl-html-php-f12/html-kodlari-ve-anlamlari-t147.htm</guid>
		</item>
		<item>
			<title>php ile yazilari istediginiz yerden sonra kesme</title>
			<link>http://serikoxp.hareketforum.com/asp-perl-html-php-f12/php-ile-yazilari-istediginiz-yerden-sonra-kesme-t146.htm</link>
			<dc:creator>shersery24</dc:creator>
			<description>Kod:

&lt;?php

&#36;detay = strip_tags(&#36;row_haber_ana['haber_aciklama']);

&#36;uzunluk = strlen(&#36;detay);

&#36;harf = 150;

if (&#36;uzunluk &gt; &#36;harf)

{

&#36;detay = substr(&#36;detay,0,&#36;harf) . &quot;devamı&quot;;

}

echo &#36;detay;

?&gt;





Bu kod ile istediğinizi yapabilirsiniz.



Bu kod ile örnek ; anasayfada haber yayınlıyorsunuz.Açıklama kısmında 500 harflik bir değerimiz var.Biz bunu anasayfada yayınlarken mesela 250 karakterini göstermek istiyoruz...

strip_tags(&#36;row_haber_ana['haber_aciklama']);  ...</description>
			<category>Asp-PErl-Html-Php</category>
			<pubDate>Sun, 31 Jan 2010 23:04:53 GMT</pubDate>
			<comments>http://serikoxp.hareketforum.com/asp-perl-html-php-f12/php-ile-yazilari-istediginiz-yerden-sonra-kesme-t146.htm#384</comments>
			<guid>http://serikoxp.hareketforum.com/asp-perl-html-php-f12/php-ile-yazilari-istediginiz-yerden-sonra-kesme-t146.htm</guid>
		</item>
	</channel>
</rss>