<?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>TuteBox.com &#187; PHP</title>
	<atom:link href="http://www.tutebox.com/category/programming/php-tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tutebox.com</link>
	<description>&#34;Knowledge belongs to the world, be proud to pass it on&#34; - Tutebox</description>
	<lastBuildDate>Sat, 04 Feb 2012 09:12:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to populate a dropdown menu from database in CodeIgniter [Workaround]</title>
		<link>http://www.tutebox.com/10710/programming/php-tutorials/how-to-populate-a-dropdown-menu-from-database-in-codeigniter-workaround/</link>
		<comments>http://www.tutebox.com/10710/programming/php-tutorials/how-to-populate-a-dropdown-menu-from-database-in-codeigniter-workaround/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 09:12:17 +0000</pubDate>
		<dc:creator>Haneez Haroon</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[workaround]]></category>

		<guid isPermaLink="false">http://www.tutebox.com/?p=10710</guid>
		<description><![CDATA[If you happened to work with the &#8216;form_validation&#8217; library and dropdown lists, and had to populate the default value from database, I am sure you would have come across this issue too. I’ve been having this issue for the past couple of days and found a workaround to tackle the issue.  Thought this would help you too in your projects. &#160; Scenario You have a form with multiple form elements such as textbox, dropdowns, etc&#8230; [...]]]></description>
		<wfw:commentRss>http://www.tutebox.com/10710/programming/php-tutorials/how-to-populate-a-dropdown-menu-from-database-in-codeigniter-workaround/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drawing a Bar Chart Using PHP</title>
		<link>http://www.tutebox.com/3103/computers/drawing-a-bar-chart-using-php-2/</link>
		<comments>http://www.tutebox.com/3103/computers/drawing-a-bar-chart-using-php-2/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 13:35:11 +0000</pubDate>
		<dc:creator>dilshan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.tutebox.com/?p=3103</guid>
		<description><![CDATA[We can use image drawing property in PHP to draw basic bar charts (simple bar charts / multiple bar charts). Following are the simple steps that need to be followed in order to plot the bar chart for the table given below.]]></description>
		<wfw:commentRss>http://www.tutebox.com/3103/computers/drawing-a-bar-chart-using-php-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Choose a language whilst browsing : PHP tutorial</title>
		<link>http://www.tutebox.com/1884/programming/php-tutorials/choosing-a-language/</link>
		<comments>http://www.tutebox.com/1884/programming/php-tutorials/choosing-a-language/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 16:52:25 +0000</pubDate>
		<dc:creator>Ruzeen</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.tutebox.com/?p=1884</guid>
		<description><![CDATA[Ok! This tutorial is strictly targeted towards web developers, who are looking for ways to convey or show his/her web page(s) in more than one language. Here is one smart way of doing it. I&#8217;ve made it very easy for you; I&#8217;ll give you the source-code and tell you what to do to get it working. Still have a problem? Leave a comment! I&#8217;ll help you get through. Steps to follow 1) Create a .php [...]]]></description>
		<wfw:commentRss>http://www.tutebox.com/1884/programming/php-tutorials/choosing-a-language/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Basics of a server side scripting language : PHP (part 2)</title>
		<link>http://www.tutebox.com/1249/programming/php-tutorials/basics-of-php-part2/</link>
		<comments>http://www.tutebox.com/1249/programming/php-tutorials/basics-of-php-part2/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 12:04:55 +0000</pubDate>
		<dc:creator>Ruzeen</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.tutebox.com/?p=1249</guid>
		<description><![CDATA[Haven&#8217;t read part 1 yet? Go to PART 1 else you&#8217;re good to continue! In this tutorial we&#8217;ll be learning how to echo out an image, much advanced calculations using variables, using the IF statement and using arrays. Ready? Good! Lets start working. Echoing out an image Nothing to worry here. It&#8217;s simple; a small change to make from how you would normally write. &#60;?php echo &#8220;&#60;img src=&#8217;the-location-of-your-image&#8217; width=&#8217;100&#8242; length=&#8217;100&#8242; /&#62;&#8221;; ?&#62; Much advanced calculations [...]]]></description>
		<wfw:commentRss>http://www.tutebox.com/1249/programming/php-tutorials/basics-of-php-part2/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Overcome PHP session errors</title>
		<link>http://www.tutebox.com/1215/programming/php-tutorials/overcome-php-session-errors/</link>
		<comments>http://www.tutebox.com/1215/programming/php-tutorials/overcome-php-session-errors/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 07:33:09 +0000</pubDate>
		<dc:creator>sudantha</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[fix]]></category>

		<guid isPermaLink="false">http://www.tutebox.com/?p=1215</guid>
		<description><![CDATA[I think that most of the php beginners will facing a common problem on PHP session getting a warning message like this when using sessions. Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent&#8230;&#8230; For this warning there are many reasons and few fixes that can be overcome this problem. Why this occur? 1.HTML Tags before the Session_start(); Always the PHP session should be initialized before any other output in your PHP [...]]]></description>
		<wfw:commentRss>http://www.tutebox.com/1215/programming/php-tutorials/overcome-php-session-errors/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Basics of a server-side scripting language : PHP (part 1)</title>
		<link>http://www.tutebox.com/976/programming/php-tutorials/basics-of-php-part1/</link>
		<comments>http://www.tutebox.com/976/programming/php-tutorials/basics-of-php-part1/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 17:45:36 +0000</pubDate>
		<dc:creator>Ruzeen</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.tutebox.com/?p=976</guid>
		<description><![CDATA[What does PHP stand for? PHP is known as Hypertext Preprocessor these days, but stood as personal home page way back in 1994/95 and 6 (glad it changed to a better-sounding name). Anyway… who cares about the history, unless u really do. Yeah! Google that :] What is PHP used for? PHP is used for web development; to produce dynamic web pages. And it wont function as a client-side script. It needs to run on [...]]]></description>
		<wfw:commentRss>http://www.tutebox.com/976/programming/php-tutorials/basics-of-php-part1/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Simple trick to run Microsoft SQL [MSSQL] Stored procedures in PHP</title>
		<link>http://www.tutebox.com/779/programming/php-tutorials/simple-trick-to-run-microsoft-sql-mssql-stored-procedures-in-php/</link>
		<comments>http://www.tutebox.com/779/programming/php-tutorials/simple-trick-to-run-microsoft-sql-mssql-stored-procedures-in-php/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 15:41:11 +0000</pubDate>
		<dc:creator>sudantha</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.tutebox.com/?p=779</guid>
		<description><![CDATA[I had  lot of problems and difficulties to run Microsoft SQL stored procedures in PHP but i found a simple trick to do it easily and i think it will be helpful for you all Running stored procedures  using Microsoft SQL in PHP with MSSQL interface. 1.Create the Stored procedure in Microsoft SQL management studio and check in the query analyzer if the stored procedure executes with out no errors  . 2.Create the MSSQL database connections in a PHP class or a PHP file 3.In Microsoft SQL management studio go [...]]]></description>
		<wfw:commentRss>http://www.tutebox.com/779/programming/php-tutorials/simple-trick-to-run-microsoft-sql-mssql-stored-procedures-in-php/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>PHP Installation</title>
		<link>http://www.tutebox.com/13/programming/php-tutorials/php-installation/</link>
		<comments>http://www.tutebox.com/13/programming/php-tutorials/php-installation/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 02:05:11 +0000</pubDate>
		<dc:creator>Haneez Haroon</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.tutebox.com/?p=13</guid>
		<description><![CDATA[What do you Need? If your server supports PHP, basically you don&#8217;t need to do anything. Just create some .php files in your web directory, and the server will parse them for you. Most web hosts offer PHP support because it is free,. However, if your server does not support PHP, you must install PHP. Here is a link to a good tutorial from PHP.net on how to install PHP5: http://www.php.net/manual/en/install.php Download PHP Download PHP [...]]]></description>
		<wfw:commentRss>http://www.tutebox.com/13/programming/php-tutorials/php-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: www.tutebox.com @ 2012-02-06 03:01:59 by W3 Total Cache -->
