<?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>Neepan Tech Website Development / Training Services &#187; Echo in PHP</title>
	<atom:link href="http://www.neepantech.com/tag/echo-in-php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.neepantech.com</link>
	<description>PHP, MYSQL, SEO, DOT NET, Joomla CMS Training BHOPAL</description>
	<lastBuildDate>Wed, 25 May 2011 06:42:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP Echo Tutorial</title>
		<link>http://www.neepantech.com/2010/01/php-echo-tutorial.html</link>
		<comments>http://www.neepantech.com/2010/01/php-echo-tutorial.html#comments</comments>
		<pubDate>Sat, 23 Jan 2010 16:56:37 +0000</pubDate>
		<dc:creator>pankaj_eng</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Echo]]></category>
		<category><![CDATA[Echo in PHP]]></category>
		<category><![CDATA[Echo PHP]]></category>
		<category><![CDATA[HTML Tag Echo]]></category>
		<category><![CDATA[PHP Echo]]></category>

		<guid isPermaLink="false">http://www.neepantech.com/?p=359</guid>
		<description><![CDATA[Echo is not a function but it is a constructor, So you are not require parentheses with it. Echo simply mean output all parameters.
How echo is used in PHP.
Echo As String:
&#60;?php
echo &#8220;Hello Neepan Tech&#8221;;
?&#62;
Echo with Concatenation:
&#60;?php
echo &#8220;Hello&#8221; . &#8220;Neepan Tech&#8221;;
?&#62;
Combining two string with the help of echo.
Echo with HTML TAGS:
&#60;?php
echo &#8220;Hello&#8221; ;
echo &#8220;&#60;br /&#62;&#8221;;
echo &#8220;Neepan Tech&#8221;;
echo [...]]]></description>
			<content:encoded><![CDATA[<p>Echo is not a function but it is a constructor, So you are not require parentheses with it. Echo simply mean output all parameters.</p>
<p>How echo is used in PHP.</p>
<h2><strong>Echo As String:</strong></h2>
<p>&lt;?php</p>
<p>echo &#8220;Hello Neepan Tech&#8221;;</p>
<p>?&gt;</p>
<h2><strong>Echo with Concatenation:</strong></h2>
<p>&lt;?php</p>
<p>echo &#8220;Hello&#8221; . &#8220;Neepan Tech&#8221;;</p>
<p>?&gt;</p>
<p>Combining two string with the help of echo.</p>
<h2><strong>Echo with HTML TAGS:</strong></h2>
<p>&lt;?php</p>
<p>echo &#8220;Hello&#8221; ;</p>
<p>echo &#8220;&lt;br /&gt;&#8221;;</p>
<p>echo &#8220;Neepan Tech&#8221;;</p>
<p>echo &#8220;Html Tags are used in echo in php. &lt;br /&gt;&#8221;;</p>
<p>?&gt;</p>
<h2><strong>Echo with Variable:</strong></h2>
<p>&lt;?php</p>
<p>$var1=10;</p>
<p>echo $var1;</p>
<p>echo &#8221; Or it can be used as&#8221; . &#8220;&lt;br /&gt;&#8221;;</p>
<p>echo &#8220;$var1&#8243;;</p>
<p>?&gt;</p>
<h2><strong>Echo with Function:</strong></h2>
<p>&lt;?php</p>
<p>$a=&#8221;Hello Neepan Tech&#8221;;</p>
<p>echo strlen($a);</p>
<p>?&gt;</p>
<p><strong>Echo is used to output any parameters. like variable, string, function,  HTML Tags,  Concatenation.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neepantech.com/2010/01/php-echo-tutorial.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

