<?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>&#8235;LearnPHP&#8236;</title>	<atom:link href="http://learnphp.co.il/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://learnphp.co.il</link>
	<description>&#8235;לימוד PHP &#124; מדריך PHP &#124; קורס PHP&#8236;</description>	<lastBuildDate>Fri, 09 Mar 2012 16:26:38 +0000</lastBuildDate>
	<language>he</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>&#8235;מדריך PHP &#8211; הקדמה&#8236;</title>		<link>http://learnphp.co.il/?p=5</link>
		<comments>http://learnphp.co.il/?p=5#comments</comments>
		<pubDate>Thu, 15 Dec 2011 21:46:21 +0000</pubDate>
		<dc:creator>&#8235;nitzan&#8236;</dc:creator>				<category><![CDATA[הקדמה]]></category>

		<guid isPermaLink="false">http://learnphp.co.il/?p=5</guid>
		<description><![CDATA[&#8235;PHP היא שפת תכנות, שמשמשת בעיקר לפיתוח אתרי אינטרנט דינאמיים. בניגוד ל HTML או Javascript שרצות בצד הלקוח, שפת PHP היא שפת server-side (רצה על השרת המרוחק ברשת). PHP ניתנת להתקנה בחינם וניתן להריצה על רוב השרתים באינטרנט וכמעט על &#8230; <a href="http://learnphp.co.il/?p=5">להמשיך לקרוא <span class="meta-nav">&#8592;</span></a>&#8236;]]></description>		<wfw:commentRss>http://learnphp.co.il/?feed=rss2&#038;p=5</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8235;תחביר שפת PHP&#8236;</title>		<link>http://learnphp.co.il/?p=7</link>
		<comments>http://learnphp.co.il/?p=7#comments</comments>
		<pubDate>Thu, 15 Dec 2011 21:49:13 +0000</pubDate>
		<dc:creator>&#8235;nitzan&#8236;</dc:creator>				<category><![CDATA[תחביר]]></category>

		<guid isPermaLink="false">http://learnphp.co.il/?p=7</guid>
		<description><![CDATA[&#8235;קוד PHP נכתב בתוך בלוק הנפתח בתג הפתיחה php?&#62; ומסתיים בתג הסגירה &#60;?. כאשר המפרש של PHP עובר על הקוד של דף אינטרנט הוא מדפיס את כל מה שנמצא מחוץ לבלוק ומבצע את כל הקוד שנמצא בתוך הבלוק. לדוגמה - &#8230; <a href="http://learnphp.co.il/?p=7">להמשיך לקרוא <span class="meta-nav">&#8592;</span></a>&#8236;]]></description>		<wfw:commentRss>http://learnphp.co.il/?feed=rss2&#038;p=7</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8235;משתנים בשפת PHP &#8211; הבסיס&#8236;</title>		<link>http://learnphp.co.il/?p=9</link>
		<comments>http://learnphp.co.il/?p=9#comments</comments>
		<pubDate>Thu, 15 Dec 2011 21:49:52 +0000</pubDate>
		<dc:creator>&#8235;nitzan&#8236;</dc:creator>				<category><![CDATA[משתנים]]></category>

		<guid isPermaLink="false">http://learnphp.co.il/?p=9</guid>
		<description><![CDATA[&#8235;PHP תומכת בהקצאת משתנים שמיועדים לאחסן ערכים כמו מספרים, מערכים ומחרוזות. כשמגדירים משתנה בPHP יש לשים לב לכללים הבאים: לפני כל שם משתנה צריך לבוא התו $ משתנה ב PHP יכול להכיל אותיות אנגליות, ספרות או קו תחתון בלבד שם &#8230; <a href="http://learnphp.co.il/?p=9">להמשיך לקרוא <span class="meta-nav">&#8592;</span></a>&#8236;]]></description>		<wfw:commentRss>http://learnphp.co.il/?feed=rss2&#038;p=9</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8235;סוגי משתנים בשפת PHP&#8236;</title>		<link>http://learnphp.co.il/?p=67</link>
		<comments>http://learnphp.co.il/?p=67#comments</comments>
		<pubDate>Sat, 17 Dec 2011 18:49:47 +0000</pubDate>
		<dc:creator>&#8235;nitzan&#8236;</dc:creator>				<category><![CDATA[משתנים]]></category>

		<guid isPermaLink="false">http://learnphp.co.il/?p=67</guid>
		<description><![CDATA[&#8235;מספר שלם (Integer): מספר שלם הוא מספר מהקבוצה [... , 3 , 2 , 1 , 0 , 1- , 2- , 3- , ...]. הגודל המקסימלי של מספר שלם הוא בדרך כלל 32 ביט (תלוי מערכת הפעלה). כלומר, טווח &#8230; <a href="http://learnphp.co.il/?p=67">להמשיך לקרוא <span class="meta-nav">&#8592;</span></a>&#8236;]]></description>		<wfw:commentRss>http://learnphp.co.il/?feed=rss2&#038;p=67</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8235;קבועים בשפת PHP&#8236;</title>		<link>http://learnphp.co.il/?p=375</link>
		<comments>http://learnphp.co.il/?p=375#comments</comments>
		<pubDate>Fri, 23 Dec 2011 00:49:46 +0000</pubDate>
		<dc:creator>&#8235;nitzan&#8236;</dc:creator>				<category><![CDATA[קבועים]]></category>

		<guid isPermaLink="false">http://learnphp.co.il/?p=375</guid>
		<description><![CDATA[&#8235;שפת PHP מאפשרת לנו להגדיר סוג מיוחד של משתנים שנקראים קבועים. מה שמאפיין קבועים, בניגוד למשתנים רגילים הוא שלא ניתן לשנות את ערכם. כשמגדירים קבוע ב PHP יש לשים לב לכללים הבאים: אין צורך לשים $ לפני שם הקבוע קבוע &#8230; <a href="http://learnphp.co.il/?p=375">להמשיך לקרוא <span class="meta-nav">&#8592;</span></a>&#8236;]]></description>		<wfw:commentRss>http://learnphp.co.il/?feed=rss2&#038;p=375</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8235;ביטויים בשפת PHP&#8236;</title>		<link>http://learnphp.co.il/?p=388</link>
		<comments>http://learnphp.co.il/?p=388#comments</comments>
		<pubDate>Fri, 23 Dec 2011 01:19:50 +0000</pubDate>
		<dc:creator>&#8235;nitzan&#8236;</dc:creator>				<category><![CDATA[ביטויים]]></category>

		<guid isPermaLink="false">http://learnphp.co.il/?p=388</guid>
		<description><![CDATA[&#8235;הדרך הפשוטה ביותר להגדיר ביטויי ב PHP היא &#34;כל דבר שמחזיר ערך&#34;. ביטויים הם אחת מאבני הבניין היסודיות ביותר של השפה. בשפת PHP כמעט כל דבר שאנו רושמים הוא ביטוי. לדוגמה כשאנו מגדירים משתנה - &#60;?php $number = 5; ?&#62; &#8230; <a href="http://learnphp.co.il/?p=388">להמשיך לקרוא <span class="meta-nav">&#8592;</span></a>&#8236;]]></description>		<wfw:commentRss>http://learnphp.co.il/?feed=rss2&#038;p=388</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8235;אופרטורים אריתמטיים בשפת PHP&#8236;</title>		<link>http://learnphp.co.il/?p=114</link>
		<comments>http://learnphp.co.il/?p=114#comments</comments>
		<pubDate>Sat, 17 Dec 2011 23:42:26 +0000</pubDate>
		<dc:creator>&#8235;nitzan&#8236;</dc:creator>				<category><![CDATA[אופרטורים]]></category>

		<guid isPermaLink="false">http://learnphp.co.il/?p=114</guid>
		<description><![CDATA[&#8235;אופרטורים אריתמטיים הם ארבעת פעולות החשבון, ופעולת מודולו. ניתן להשתמש באופרטורים האריתמטיים באופן הבא: דוגמה לחיבור &#8211; &#60;?php $b = 10; $c = 3; $a = $b + $c; // The value of a is 13 ?&#62; דוגמה לחיסור - &#8230; <a href="http://learnphp.co.il/?p=114">להמשיך לקרוא <span class="meta-nav">&#8592;</span></a>&#8236;]]></description>		<wfw:commentRss>http://learnphp.co.il/?feed=rss2&#038;p=114</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8235;אופרטור ההשמה בשפת PHP&#8236;</title>		<link>http://learnphp.co.il/?p=160</link>
		<comments>http://learnphp.co.il/?p=160#comments</comments>
		<pubDate>Sun, 18 Dec 2011 12:52:00 +0000</pubDate>
		<dc:creator>&#8235;nitzan&#8236;</dc:creator>				<category><![CDATA[אופרטורים]]></category>

		<guid isPermaLink="false">http://learnphp.co.il/?p=160</guid>
		<description><![CDATA[&#8235;ב PHP ניתן לבצע השמה באמצעות האופרטור =. לדוגמה &#8211; &#60;?php $a = 3; // a gets the value 3 ?&#62; באותו אופן, ניתן לבצע השמת ערך של משתנה למשתנה אחר. לדוגמה - &#60;?php $a = 3; // a gets &#8230; <a href="http://learnphp.co.il/?p=160">להמשיך לקרוא <span class="meta-nav">&#8592;</span></a>&#8236;]]></description>		<wfw:commentRss>http://learnphp.co.il/?feed=rss2&#038;p=160</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8235;אופרטורים בינאריים בשפת PHP&#8236;</title>		<link>http://learnphp.co.il/?p=175</link>
		<comments>http://learnphp.co.il/?p=175#comments</comments>
		<pubDate>Sun, 18 Dec 2011 19:33:21 +0000</pubDate>
		<dc:creator>&#8235;nitzan&#8236;</dc:creator>				<category><![CDATA[אופרטורים]]></category>

		<guid isPermaLink="false">http://learnphp.co.il/?p=175</guid>
		<description><![CDATA[&#8235;שפת PHP מאפשרת לנו לבצע מספר פעולות על ביטים. כדי להבין את הפעולות האלו, עלינו להסתכל על כל מספר בבסיס 2. האופרטור AND כדי להשתמש באופרטור AND בשפת PHP משתמשים ב &#038;. לדוגמה - &#60;?php $a = 8 &#38; 12; &#8230; <a href="http://learnphp.co.il/?p=175">להמשיך לקרוא <span class="meta-nav">&#8592;</span></a>&#8236;]]></description>		<wfw:commentRss>http://learnphp.co.il/?feed=rss2&#038;p=175</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8235;אופרטורי השוואה בשפת PHP&#8236;</title>		<link>http://learnphp.co.il/?p=238</link>
		<comments>http://learnphp.co.il/?p=238#comments</comments>
		<pubDate>Sun, 18 Dec 2011 23:58:28 +0000</pubDate>
		<dc:creator>&#8235;nitzan&#8236;</dc:creator>				<category><![CDATA[אופרטורים]]></category>

		<guid isPermaLink="false">http://learnphp.co.il/?p=238</guid>
		<description><![CDATA[&#8235;האופרטור == בשפת PHP השוואה בין שני משתנים מתבצעת באמצעות אופרטור ההשוואה ==. אם ערכי המשתנים שווים, אז האופרטור מחזיר true, אחרת הוא מחזיר false. לדוגמה - &#60;?php $a = 1; $b = $c = 2; $d = &#40;$a == &#8230; <a href="http://learnphp.co.il/?p=238">להמשיך לקרוא <span class="meta-nav">&#8592;</span></a>&#8236;]]></description>		<wfw:commentRss>http://learnphp.co.il/?feed=rss2&#038;p=238</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

