<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Coder Central</title>
	<link>http://www.codercentral.net</link>
	<description>Learn advanced techniques of developing php, mysql, javascript and ajax driven web sites.</description>
	<lastBuildDate>Sun, 26 Oct 2008 13:17:49 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Mixing PHP And HTML In A Web Page</title>
		<description><![CDATA[When you are creating a web page that mixes HTML and PHP, which is normally what you need to do, there is more than one way it can be done.

HTML in a PHP page:

1
2
3
4
5
6
7
8
9
10
11
12
&#60; ?php
&#160;
$text=&#34;hello World&#34;;
&#160;
echo &#34;&#60;table&#62;&#60;tr&#62;&#34;;
echo &#34;&#60;td&#62;&#34;;
&#160;
echo $text;
&#160;
echo &#34;&#60;/td&#62;&#34;;
echo &#34;&#60;/tr&#62;&#34;;
?&#62;

PHP in a HTML Page:

1
2
3
4
5
6
7
8
9
10
11
&#60;html&#62;
&#60;body&#62;
&#60; ?php
$text=&#34;hello world&#34;;
?&#62;
&#60;table&#62;&#60;tr&#62;
&#60;td&#62;&#60; ?php echo $text; ?&#62;&#60;/td&#62;
&#60;/tr&#62;&#60;/table&#62;
&#160;
&#60;/body&#62;
&#60;/html&#62;

]]></description>
		<link>http://www.codercentral.net/mixing-php-and-html-in-a-web-page-20080903/</link>
			</item>
	<item>
		<title>PHP Functions And Variable Scope</title>
		<description><![CDATA[In php as you write your code it is very likely that you will find yourself doing one action over and over possibly one that is very lengthy and when it&#8217;s lengthy it&#8217;s not always fun to make the code each time, this is the very reason functions were designed.

A function is a declared piece [...]]]></description>
		<link>http://www.codercentral.net/php-functions-variable-scope-20080903/</link>
			</item>
	<item>
		<title>Important PHP Functions You Should Know</title>
		<description><![CDATA[PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. PHP has more than several thousands functions for many purpose.

For writing a program in any language we need basic language construct, syntax and a large number of functions to get the desired result from program.
In [...]]]></description>
		<link>http://www.codercentral.net/important-php-functions-20080903/</link>
			</item>
	<item>
		<title>Basic &#8220;Hello World&#8221; PHP Script</title>
		<description><![CDATA[Ok, as anyone that has programmed before knows, the first program you typically make is the infamous &#8220;Hello World&#8221; program. This simple program will show the basics of an output script and is a great starting block for anyone beginning a new language.

First I will show the code and then I will break it down [...]]]></description>
		<link>http://www.codercentral.net/basic-hello-world-php-script-20080903/</link>
			</item>
	<item>
		<title>The Cheap Affordable Web Hosting Trap</title>
		<description><![CDATA[Go to your favorite search engine and search for keywords like &#8220;cheap affordable web hosting&#8221; and you will find a million websites claiming to provide your the best webhosting services. One website claims large amounts of bandwidth and yet, better still claim unlimited bandwidth. But, in reality but does dead cheap affordable web hosting exist? [...]]]></description>
		<link>http://www.codercentral.net/the-cheap-affordable-web-hosting-trap-20080404/</link>
			</item>
	<item>
		<title>Affordable Shared Hosting - What to Look For.</title>
		<description><![CDATA[You might have seen numerous Shared Web Hosting companies advertising about their affordable web site hosting plans. And again you might have come across discussions in forums about the same. What exactly constitutes an affordable web site hosting plan? This article explains, some of the features that make a hosting plan affordable. Just like with [...]]]></description>
		<link>http://www.codercentral.net/affordable-shared-hosting-what-to-look-for-20080404/</link>
			</item>
	<item>
		<title>What Good Web Hosting can mean to your Business.</title>
		<description><![CDATA[This is the age of information. Information that is accessible at the click of the computer mouse! The Internet is a very powerful medium of providing information because of world wide accessibility. A strong presence on the Internet can mean a strong presence in the market for any company. For this reason most business organizations [...]]]></description>
		<link>http://www.codercentral.net/what-good-web-hosting-can-mean-to-your-business-20080404/</link>
			</item>
	<item>
		<title>What is CGI?</title>
		<description><![CDATA[CGI (Common Gateway Interface) is a way of connecting your web pages to other programs that are running on the server which visitors wouldn&#8217;t normally have access to. Most corporate web sites on the Internet today make use of CGI programs or scripts to allow their visitors to browse online catalogues or keep track of [...]]]></description>
		<link>http://www.codercentral.net/what-is-cgi-20080221/</link>
			</item>
	<item>
		<title>Web Development for Beginners</title>
		<description><![CDATA[If you&#8217;ve ever browsed the World Wide Web and wondered how you could stake your claim on the Internet, like the millions of others that have done so already, then web hosting can provide you with the services to do just that. The Internet is a great way of sharing information and it is possible [...]]]></description>
		<link>http://www.codercentral.net/web-development-for-beginners-20080221/</link>
			</item>
	<item>
		<title>Why You Need A Domain Name</title>
		<description><![CDATA[On the World Wide Web your domain name is your own unique identity. No two parties can ever hold the same domain name simultaneously; therefore your Internet identity is totally unique. If you have a business site on the Internet your domain name is your own online brand and in a sense you can use [...]]]></description>
		<link>http://www.codercentral.net/why-you-need-a-domain-name-20080221/</link>
			</item>
</channel>
</rss>
