<?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>Tutorialwelt.de &#187; PHP Texte verketten</title>
	<atom:link href="http://www.tutorialwelt.de/tag/php-texte-verketten/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tutorialwelt.de</link>
	<description>Tutorials aus der IT-Welt</description>
	<lastBuildDate>Sat, 22 May 2010 13:24:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP Tutorial &#8211; Zwei Texte miteinander verketten</title>
		<link>http://www.tutorialwelt.de/457/php-tutorial-zwei-texte-miteinander-verketten.htm</link>
		<comments>http://www.tutorialwelt.de/457/php-tutorial-zwei-texte-miteinander-verketten.htm#comments</comments>
		<pubDate>Sun, 22 Nov 2009 23:46:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Texte verketten]]></category>
		<category><![CDATA[php-tutorial]]></category>

		<guid isPermaLink="false">http://www.tutorialwelt.de/?p=457</guid>
		<description><![CDATA[In diesem Tutorial möchte ich erklären, wie man <strong>in PHP zwei Texte miteinander verketten kann.</strong>.

Um in PHP zwei Texte miteinander zu verketten, setzt man zwischen die beiden Texte...


Related posts:<ol><li><a href='http://www.tutorialwelt.de/467/php-tutorial-hochkomma-contra-anfuehrungszeichen.htm' rel='bookmark' title='Permanent Link: PHP Tutorial &#8211; Der Unterschied zwischen Hochkomma und Anführungszeichen'>PHP Tutorial &#8211; Der Unterschied zwischen Hochkomma und Anführungszeichen</a> <small>In diesem PHP-Tutorial möchte ich Ihnen erklären, was der Unterschied...</small></li>
<li><a href='http://www.tutorialwelt.de/444/php-tutorial-variablen.htm' rel='bookmark' title='Permanent Link: PHP-Tutorial &#8211; Variablen'>PHP-Tutorial &#8211; Variablen</a> <small>Heute möchte ich Euch zeigen, wie man in PHP Variablen...</small></li>
<li><a href='http://www.tutorialwelt.de/437/php-tutorial-erstes-php-tutorial-eine-textausgabe-per-echo.htm' rel='bookmark' title='Permanent Link: PHP Tutorial &#8211; Erstes PHP Tutorial &#8211; eine Textausgabe per echo'>PHP Tutorial &#8211; Erstes PHP Tutorial &#8211; eine Textausgabe per echo</a> <small>Heute möchte ich Euch zeigen, wie man per PHP einen...</small></li>
</ol>

Ähnliche Artikel bereitgestellt von <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<h1 style="font-size:16px;">PHP-Tutorial &#8211; Variablen</h1>
<p>In diesem Tutorial möchte ich erklären, wie man <strong>in PHP zwei Texte miteinander verketten kann.</strong></p>
<p>Um in PHP zwei Texte miteinander zu verketten, setzt man zwischen die beiden Texte einen Punkt.</p>
<p><small>Beispielcode PHP:</small></p>
<div style="border-style: inset; border-color: #a39c87 #a39c87 #e0d7b9 #e0d7b9; padding: 10px; overflow: auto; width: 100%; background-color: #f4f0e2;">
<pre>&lt;?php
$Text1="Unser erster Variablentext";
$Text2=" Unser zweiter Variablentext";
$Text3="Inhalt von Text1: "<span style="color:#ff0000;">.</span>$Text1<span style="color:#ff0000;">.</span>" und der Inhalt von Text2: "<span style="color:#ff0000;">.</span>$Text2;
echo $Text3;
?&gt;</pre>
</div>


<p>Related posts:<ol><li><a href='http://www.tutorialwelt.de/467/php-tutorial-hochkomma-contra-anfuehrungszeichen.htm' rel='bookmark' title='Permanent Link: PHP Tutorial &#8211; Der Unterschied zwischen Hochkomma und Anführungszeichen'>PHP Tutorial &#8211; Der Unterschied zwischen Hochkomma und Anführungszeichen</a> <small>In diesem PHP-Tutorial möchte ich Ihnen erklären, was der Unterschied...</small></li>
<li><a href='http://www.tutorialwelt.de/444/php-tutorial-variablen.htm' rel='bookmark' title='Permanent Link: PHP-Tutorial &#8211; Variablen'>PHP-Tutorial &#8211; Variablen</a> <small>Heute möchte ich Euch zeigen, wie man in PHP Variablen...</small></li>
<li><a href='http://www.tutorialwelt.de/437/php-tutorial-erstes-php-tutorial-eine-textausgabe-per-echo.htm' rel='bookmark' title='Permanent Link: PHP Tutorial &#8211; Erstes PHP Tutorial &#8211; eine Textausgabe per echo'>PHP Tutorial &#8211; Erstes PHP Tutorial &#8211; eine Textausgabe per echo</a> <small>Heute möchte ich Euch zeigen, wie man per PHP einen...</small></li>
</ol></p>
<p>Ähnliche Artikel bereitgestellt von <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.tutorialwelt.de/457/php-tutorial-zwei-texte-miteinander-verketten.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
