<?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>ADİL YILDIZ &#187; İlk dersin notları</title>
	<atom:link href="http://www.adilyildiz.com.tr/tag/ilk-dersin-notlari/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adilyildiz.com.tr</link>
	<description>HAYATIN BİR KÖŞESİNDEN TUTUNAN HERKES İÇİN HERŞEY</description>
	<lastBuildDate>Mon, 10 Oct 2011 13:55:28 +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>İlk dersin notları (İnternet Programlama 2)</title>
		<link>http://www.adilyildiz.com.tr/en/2008/02/27/ilk-dersin-notlari-internet-programlama-2/</link>
		<comments>http://www.adilyildiz.com.tr/en/2008/02/27/ilk-dersin-notlari-internet-programlama-2/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 14:16:34 +0000</pubDate>
		<dc:creator>Adil YILDIZ</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[İlk dersin notları]]></category>
		<category><![CDATA[İnternet Programlama 2]]></category>

		<guid isPermaLink="false">http://www.adilyildiz.com.tr/2008/02/27/ilk-dersin-notlari-internet-programlama-2/</guid>
		<description><![CDATA[Gerekli Sunucu Yazılımı xampp Merhaba.php ?View Code PHP1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 &#60;html&#62; &#60;head&#62; &#60;title&#62;HTML İçine Yerleştirilmiş PHP Scripti&#60;/title&#62; &#60;/head&#62; &#60;body&#62; &#160; &#60;?php &#160; /* * PHP dünyasına merhaba diyelim. */ &#160; echo &#34;Herkese merhaba, ben bir PHP scriptiyim!&#34;; &#160; ?&#62; &#160; [...]]]></description>
			<content:encoded><![CDATA[<p>Gerekli Sunucu Yazılımı<br />
<a href="http://www.apachefriends.org/en/xampp.html" onclick="pageTracker._trackPageview('/outgoing/www.apachefriends.org/en/xampp.html?referer=');">xampp</a></p>
<p>Merhaba.php</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?" onclick="pageTracker._trackPageview('/outgoing/www.ericbess.com/ericblog/2008/03/03/wp-codebox/_examples?referer=');"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p6code4'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p64"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
</pre></td><td class="code" id="p6code4"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>html<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>head<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>title<span style="color: #339933;">&gt;</span>HTML İçine Yerleştirilmiş PHP Scripti<span style="color: #339933;">&lt;/</span>title<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>head<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>body<span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span>
&nbsp;
<span style="color: #666666; font-style: italic;">/*
 *	PHP dünyasına merhaba diyelim.
 */</span>
&nbsp;
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Herkese merhaba, ben bir PHP scriptiyim!&quot;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;/</span>body<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>html<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

<p>sayilar.php</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?" onclick="pageTracker._trackPageview('/outgoing/www.ericbess.com/ericblog/2008/03/03/wp-codebox/_examples?referer=');"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p6code5'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p65"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
</pre></td><td class="code" id="p6code5"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
&nbsp;
<span style="color: #666666; font-style: italic;">/*
 *	PHP dilinde değişkenler başlarındaki $ işareti ile tanımlanırlar.
 *	Şimdi tamsayı ve ondalıklı sayı tipinde veri taşıyan değişkenler tanımlayalım.
 */</span>
&nbsp;
<span style="color: #000088;">$tam_sayi</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">12</span><span style="color: #339933;">;</span>		<span style="color: #666666; font-style: italic;">/* Bir tam sayı. */</span>
<span style="color: #000088;">$ondalikli_sayi</span> <span style="color: #339933;">=</span> <span style="color:#800080;">12.5</span><span style="color: #339933;">;</span>		<span style="color: #666666; font-style: italic;">/* Bir ondalıklı sayı. */</span>
&nbsp;
<span style="color: #000088;">$negatif_tam_sayi</span> <span style="color: #339933;">=</span> <span style="color: #339933;">-</span><span style="color: #cc66cc;">15</span><span style="color: #339933;">;</span>	<span style="color: #666666; font-style: italic;">/* Negatif bir tam sayı. */</span>
<span style="color: #000088;">$negatif_ondalikli_sayi</span> <span style="color: #339933;">=</span> <span style="color: #339933;">-</span><span style="color:#800080;">15.2</span><span style="color: #339933;">;</span>	<span style="color: #666666; font-style: italic;">/* Negatif bir ondalıklı sayı. */</span>
&nbsp;
<span style="color: #666666; font-style: italic;">/*
 *	Ondalıklı sayılar üslü olarak da ifade edilebilirler.
 *	Aşağıdaki sayı 4.2 * 105  = 420000 ile eş değerdedir.
 */</span>
<span style="color: #000088;">$uslu_sayi</span> <span style="color: #339933;">=</span> <span style="color:#800080;">4.2e5</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #b1b100;">echo</span> <span style="color: #000088;">$uslu_sayi</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;&lt;BR&gt;&quot;</span><span style="color: #339933;">;</span>	<span style="color: #666666; font-style: italic;">/*	420000		*/</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p>aritmetik.php</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?" onclick="pageTracker._trackPageview('/outgoing/www.ericbess.com/ericblog/2008/03/03/wp-codebox/_examples?referer=');"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p6code6'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p66"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
</pre></td><td class="code" id="p6code6"><pre class="php" style="font-family:monospace;">&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span>
&nbsp;
<span style="color: #000088;">$a</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">10</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$b</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">5</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #b1b100;">echo</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$a</span> <span style="color: #339933;">+</span> <span style="color: #000088;">$b</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;&lt;BR&gt;&quot;</span><span style="color: #339933;">;</span>	<span style="color: #666666; font-style: italic;">/*    + operatörü -&gt;  15 */</span>
<span style="color: #b1b100;">echo</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$a</span> <span style="color: #339933;">-</span> <span style="color: #000088;">$b</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;&lt;BR&gt;&quot;</span><span style="color: #339933;">;</span>	<span style="color: #666666; font-style: italic;">/*    - operatörü  -&gt;  5 */</span>
<span style="color: #b1b100;">echo</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$a</span> <span style="color: #339933;">*</span> <span style="color: #000088;">$b</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;&lt;BR&gt;&quot;</span><span style="color: #339933;">;</span>	<span style="color: #666666; font-style: italic;">/*    * operatörü -&gt;  50 */</span>
<span style="color: #b1b100;">echo</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$a</span> <span style="color: #339933;">/</span> <span style="color: #000088;">$b</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;&lt;BR&gt;&quot;</span><span style="color: #339933;">;</span>	<span style="color: #666666; font-style: italic;">/*    / operatörü -&gt; 2 */</span>
&nbsp;
<span style="color: #666666; font-style: italic;">/*	Mod alma işlemi.	*/</span>
<span style="color: #b1b100;">echo</span> <span style="color: #000088;">$a</span> <span style="color: #339933;">%</span> <span style="color: #000088;">$b</span><span style="color: #339933;">;</span>	<span style="color: #666666; font-style: italic;">/* 0 ; $a, $b ile bölündüğünde kalan. */</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.adilyildiz.com.tr/en/2008/02/27/ilk-dersin-notlari-internet-programlama-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

