<?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>css-schule.de &#187; Was ist PHP</title>
	<atom:link href="http://css-schule.de/tag/was-ist-php/feed" rel="self" type="application/rss+xml" />
	<link>http://css-schule.de</link>
	<description>Alles für den Webmaster.</description>
	<lastBuildDate>Sat, 14 Nov 2009 20:20:07 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Was ist PHP</title>
		<link>http://css-schule.de/was-ist-php.html</link>
		<comments>http://css-schule.de/was-ist-php.html#comments</comments>
		<pubDate>Wed, 04 Nov 2009 18:07:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP-Anfänger]]></category>
		<category><![CDATA[Was ist PHP]]></category>

		<guid isPermaLink="false">http://css-schule.de/?p=79</guid>
		<description><![CDATA[PHP ist eine Serverseitige in HTML eingebundene Script Sprache. Die Offiziellle Bedeutung von PHP ist Hypertext Preprozessor. &#8211; WAS WILL UNS DAS NUN SAGEN? Am besten lässt es sich vielleicht direkt an einem Beispiel erklären:
Der PHP Code für das erste Beispiel:
&#60;html&#62;
&#60;head&#62;
&#60;/head&#62;
&#60;body&#62;
Ich bin kein PHP sondern normales HTML &#60;br&#62;
&#60;? echo &#8220;Ich bin ein PHP Script, das [...]]]></description>
			<content:encoded><![CDATA[<p>PHP ist eine Serverseitige in HTML eingebundene Script Sprache. Die Offiziellle Bedeutung von PHP ist Hypertext Preprozessor. &#8211; WAS WILL UNS DAS NUN SAGEN? Am besten lässt es sich vielleicht direkt an einem Beispiel erklären:</p>
<p>Der PHP Code für das erste Beispiel:</p>
<p><span style="color: #ff0000;">&lt;html&gt;</p>
<p>&lt;head&gt;</p>
<p>&lt;/head&gt;</p>
<p>&lt;body&gt;</span></p>
<p>Ich bin kein PHP sondern normales HTML <span style="color: #ff0000;">&lt;br&gt;</span></p>
<p><span style="color: #ff0000;">&lt;? echo &#8220;Ich bin ein PHP Script, das über den Echo Befehl in PHP Serverseitig ausgeführt wird&#8221;; ?&gt;</p>
<p>&lt;/body&gt;</p>
<p>&lt;/html&gt;</span></p>
<p>Das Ergebnis sieht so aus:</p>
<p>Ich bin kein PHP sondern ganz normales HTML<br />
Ich bin ein PHP Script das über den Echo Befehl Serverseitig ausgeführt wird</p>
<p>Erklärung:</p>
<p>Blau gekennzeichnet ist ein ganz gewöhnlicher HTML Code.</p>
<p>Eine PHP Anweisung (es gibt mehrere Möglichkeiten) beginnt in unserem Beispiel mit <span style="color: #ff0000;">&lt;?</span> und endet mit ;<span style="color: #ff0000;">?&gt;</span> Der Befehl &#8220;echo&#8221; gibt den Text für den Besucher der Webseite aus, der zwischen &#8220;und&#8221;</p>
<p>geschrieben wurde. Das PHP Script wird also auf dem Webserver ausgeführt, der User bekommt quasi nur das Ergebnis angezeigt.</p>
]]></content:encoded>
			<wfw:commentRss>http://css-schule.de/was-ist-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
