<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.2" -->
<rss version="0.92">
<channel>
	<title>blog.wopll.com</title>
	<link>http://blog.wopll.com</link>
	<description>A complete knowledge sharing about programming</description>
	<lastBuildDate>Fri, 27 Feb 2009 17:36:29 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>How To Embed PHP With The HTML?</title>
		<description>
Let’s write our first php program with hello world to simply show how we can embed the html with the php code. To embed the php code within the body of the html is very simple.
 
&#60;HTML&#62;
&#60;HEAD&#62;
My first &#60;a class="zem_slink" href="http://php.net/" title="PHP" rel="homepage"&#62;PHP&#60;/a&#62; program
&#60;/HEAD&#62;
&#60;BODY&#62;
&#60;?php
print(“Hello, beautiful world&#60;BR&#62;&#60;BR&#62;\n”);
phpinfo();
?&#62;
&#60;/BODY&#62;
&#60;/HTML&#62;

 </description>
		<link>http://blog.wopll.com/?p=28</link>
			</item>
	<item>
		<title>How to write PHP Code?</title>
		<description>
1. Canonical PHP tags
The most universally effective PHP tag style is:
 
&#60;?php  ?&#62;
 
If you use this style, you can be positive that your tags will always be correctly interpreted. Unless you have a very, very strong reason to prefer one of the other styles, use this one.
 
2. ...</description>
		<link>http://blog.wopll.com/?p=24</link>
			</item>
	<item>
		<title>Introduction of PHP &amp; MySQL</title>
		<description>
What Is PHP?
PHP is the Web development language written by and for Web developers. PHP stands for PHP: Hypertext Preprocessor.
 
PHP is a server-side scripting language, which can be embedded in HTML. PHP is the engine behind millions of dynamic web applications. Its broad feature set, approachable syntax, and support ...</description>
		<link>http://blog.wopll.com/?p=19</link>
			</item>
	<item>
		<title>Hello world!</title>
		<description>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging! </description>
		<link>http://blog.wopll.com/?p=1</link>
			</item>
</channel>
</rss>
