<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How To: Code Your First Web App (Part 2)</title>
	<atom:link href="http://paulstamatiou.com/how-to-code-your-first-web-app-part-2/feed" rel="self" type="application/rss+xml" />
	<link>http://paulstamatiou.com/how-to-code-your-first-web-app-part-2</link>
	<description>Tech News, Reviews and Guides</description>
	<lastBuildDate>Wed, 17 Mar 2010 03:43:27 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: How To: Code Your First Web App (Part 1) &#124; 藏宝图</title>
		<link>http://paulstamatiou.com/how-to-code-your-first-web-app-part-2#comment-178770</link>
		<dc:creator>How To: Code Your First Web App (Part 1) &#124; 藏宝图</dc:creator>
		<pubDate>Tue, 14 Apr 2009 13:31:38 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/12/28/how-to-code-your-first-web-app-part-2/#comment-178770</guid>
		<description>[...] Tune in for the next segment hopefully tomorrow. You might find it easier to just grab my RSS feed. Part 2 and Part 3 have been [...]</description>
		<content:encoded><![CDATA[<p>[...] Tune in for the next segment hopefully tomorrow. You might find it easier to just grab my RSS feed. Part 2 and Part 3 have been [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How I Learned to Code - PaulStamatiou.com</title>
		<link>http://paulstamatiou.com/how-to-code-your-first-web-app-part-2#comment-168778</link>
		<dc:creator>How I Learned to Code - PaulStamatiou.com</dc:creator>
		<pubDate>Mon, 06 Oct 2008 21:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/12/28/how-to-code-your-first-web-app-part-2/#comment-168778</guid>
		<description>[...] How To: Code Your First Web App, Part 2 [...]</description>
		<content:encoded><![CDATA[<p>[...] How To: Code Your First Web App, Part 2 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP tutorials for beginners &#171; Junal on the run</title>
		<link>http://paulstamatiou.com/how-to-code-your-first-web-app-part-2#comment-151939</link>
		<dc:creator>PHP tutorials for beginners &#171; Junal on the run</dc:creator>
		<pubDate>Mon, 24 Dec 2007 12:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/12/28/how-to-code-your-first-web-app-part-2/#comment-151939</guid>
		<description>[...] Second part: you will see how to create a dynamic menu using php. I did the same thing with CakePHP for my garments ERP project. So, second part will give you some idea about framework concept. [...]</description>
		<content:encoded><![CDATA[<p>[...] Second part: you will see how to create a dynamic menu using php. I did the same thing with CakePHP for my garments ERP project. So, second part will give you some idea about framework concept. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Stamatiou</title>
		<link>http://paulstamatiou.com/how-to-code-your-first-web-app-part-2#comment-126477</link>
		<dc:creator>Paul Stamatiou</dc:creator>
		<pubDate>Tue, 05 Jun 2007 16:53:07 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/12/28/how-to-code-your-first-web-app-part-2/#comment-126477</guid>
		<description>@&quot;Paul&quot; - Try removing the &lt;php echo $title; ?&gt; from the title, in header.php. I believe I added that at the last minute and didn&#039;t test it. When you run header()&#039;s that redirect to other pages, you can&#039;t run any code before them.</description>
		<content:encoded><![CDATA[<p>@&#8221;Paul&#8221; &#8211; Try removing the &lt;php echo $title; ?&gt; from the title, in header.php. I believe I added that at the last minute and didn&#8217;t test it. When you run header()&#8217;s that redirect to other pages, you can&#8217;t run any code before them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://paulstamatiou.com/how-to-code-your-first-web-app-part-2#comment-126441</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 05 Jun 2007 11:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/12/28/how-to-code-your-first-web-app-part-2/#comment-126441</guid>
		<description>Hi, Tried it, installed it. Works fine. Except....
I have the very same error as previous users:

Warning: Cannot modify header information - headers already sent by (output started at 
****/www..nl/webapp/header.php:23) in ****/www..nl/webapp/manage.php on line 9

on the manage tab. It has something to do with:

if($delete !== NULL){
	$delete_contact = &quot;delete from contacts where id=&#039;$delete&#039;&quot;;
	if (!mysql_query($delete_contact)){
	  	die(&#039;Error: &#039; . mysql_error());
	}
	header(&#039;Location: index.php&#039;);
}


In the manage.php. But I wouldn&#039;t know how to solve it :-(

Any help greatly appreciated.

Paul</description>
		<content:encoded><![CDATA[<p>Hi, Tried it, installed it. Works fine. Except&#8230;.<br />
I have the very same error as previous users:</p>
<p>Warning: Cannot modify header information &#8211; headers already sent by (output started at<br />
****/www..nl/webapp/header.php:23) in ****/www..nl/webapp/manage.php on line 9</p>
<p>on the manage tab. It has something to do with:</p>
<p>if($delete !== NULL){<br />
	$delete_contact = &#8220;delete from contacts where id=&#8217;$delete&#8217;&#8221;;<br />
	if (!mysql_query($delete_contact)){<br />
	  	die(&#8216;Error: &#8216; . mysql_error());<br />
	}<br />
	header(&#8216;Location: index.php&#8217;);<br />
}</p>
<p>In the manage.php. But I wouldn&#8217;t know how to solve it :-(</p>
<p>Any help greatly appreciated.</p>
<p>Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KillTheWhales</title>
		<link>http://paulstamatiou.com/how-to-code-your-first-web-app-part-2#comment-101489</link>
		<dc:creator>KillTheWhales</dc:creator>
		<pubDate>Fri, 02 Feb 2007 18:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/12/28/how-to-code-your-first-web-app-part-2/#comment-101489</guid>
		<description>Mariana is an idiot to think people who come here want to hear about her stupid little whales. Those whales need to die already. They&#039;re overweight from all that blubber anyway. I&#039;m busy writing my first web app. :)

Nice tutorials Paul. I&#039;ve registered for a free MySQL database and started messing around with your help. I&#039;m going to try and code something to read an item number, color, and grab a picture.

As it is now I&#039;ve coded over 430+ htm pages to display pictures from our clothing catalog in greater detail. That was the wrong way to do it and I knew it, but I needed to get it done at the time. It took me FOREVER and when I have to do updates in the future it&#039;s a pain in the butt as well.

Database will make things much easier.</description>
		<content:encoded><![CDATA[<p>Mariana is an idiot to think people who come here want to hear about her stupid little whales. Those whales need to die already. They&#8217;re overweight from all that blubber anyway. I&#8217;m busy writing my first web app. :)</p>
<p>Nice tutorials Paul. I&#8217;ve registered for a free MySQL database and started messing around with your help. I&#8217;m going to try and code something to read an item number, color, and grab a picture.</p>
<p>As it is now I&#8217;ve coded over 430+ htm pages to display pictures from our clothing catalog in greater detail. That was the wrong way to do it and I knew it, but I needed to get it done at the time. It took me FOREVER and when I have to do updates in the future it&#8217;s a pain in the butt as well.</p>
<p>Database will make things much easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Learn PHP &#171; Online Diary</title>
		<link>http://paulstamatiou.com/how-to-code-your-first-web-app-part-2#comment-83342</link>
		<dc:creator>Learn PHP &#171; Online Diary</dc:creator>
		<pubDate>Sat, 06 Jan 2007 19:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/12/28/how-to-code-your-first-web-app-part-2/#comment-83342</guid>
		<description>[...] Part 2 [...]</description>
		<content:encoded><![CDATA[<p>[...] Part 2 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Stamatiou</title>
		<link>http://paulstamatiou.com/how-to-code-your-first-web-app-part-2#comment-78540</link>
		<dc:creator>Paul Stamatiou</dc:creator>
		<pubDate>Sun, 31 Dec 2006 21:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/12/28/how-to-code-your-first-web-app-part-2/#comment-78540</guid>
		<description>Sorry about that Soroush, I bet your comment got eaten by my spam filter. I went searching for it but I have so much spam in there that it&#039;s almost impossible to fish out one comment.</description>
		<content:encoded><![CDATA[<p>Sorry about that Soroush, I bet your comment got eaten by my spam filter. I went searching for it but I have so much spam in there that it&#8217;s almost impossible to fish out one comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soroush</title>
		<link>http://paulstamatiou.com/how-to-code-your-first-web-app-part-2#comment-78520</link>
		<dc:creator>Soroush</dc:creator>
		<pubDate>Sun, 31 Dec 2006 20:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/12/28/how-to-code-your-first-web-app-part-2/#comment-78520</guid>
		<description>It&#039;s strange, my previous comments doesn&#039;t show up here! Is it being moderated?</description>
		<content:encoded><![CDATA[<p>It&#8217;s strange, my previous comments doesn&#8217;t show up here! Is it being moderated?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Working With Web Apps - MuhammadK.com</title>
		<link>http://paulstamatiou.com/how-to-code-your-first-web-app-part-2#comment-78071</link>
		<dc:creator>Working With Web Apps - MuhammadK.com</dc:creator>
		<pubDate>Sun, 31 Dec 2006 10:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/12/28/how-to-code-your-first-web-app-part-2/#comment-78071</guid>
		<description>[...] Paul Stamatiou completed the series with Part 2 and Part 3.      No Comments   Leave a Commenttrackback addressThere was an error with your comment, please try again. name (required)email (will not be published)(required)url [...]</description>
		<content:encoded><![CDATA[<p>[...] Paul Stamatiou completed the series with Part 2 and Part 3.      No Comments   Leave a Commenttrackback addressThere was an error with your comment, please try again. name (required)email (will not be published)(required)url [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mariana</title>
		<link>http://paulstamatiou.com/how-to-code-your-first-web-app-part-2#comment-76727</link>
		<dc:creator>Mariana</dc:creator>
		<pubDate>Fri, 29 Dec 2006 15:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/12/28/how-to-code-your-first-web-app-part-2/#comment-76727</guid>
		<description>This could be interesting, take a look!

Greenpeace presents a new website  in Web 2.0 where people can give ideas to improve the next expedition to Antarctic to protect the whales. You can post your idea or comment and vote otherâ€™ s ideas. The whaling fleet has left Japan, and is headed directly to the Southern Ocean. 945 whales will be killed - unless we do something to save them. 

http://whales.greenpeace.org/global
http://www.youtube.com/watch?v=o6CbG7qopX0</description>
		<content:encoded><![CDATA[<p>This could be interesting, take a look!</p>
<p>Greenpeace presents a new website  in Web 2.0 where people can give ideas to improve the next expedition to Antarctic to protect the whales. You can post your idea or comment and vote otherâ€™ s ideas. The whaling fleet has left Japan, and is headed directly to the Southern Ocean. 945 whales will be killed &#8211; unless we do something to save them. </p>
<p><a href="http://whales.greenpeace.org/global" rel="nofollow">http://whales.greenpeace.org/global</a><br />
<a href="http://www.youtube.com/watch?v=o6CbG7qopX0" rel="nofollow">http://www.youtube.com/watch?v=o6CbG7qopX0</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: titanium_geek</title>
		<link>http://paulstamatiou.com/how-to-code-your-first-web-app-part-2#comment-76353</link>
		<dc:creator>titanium_geek</dc:creator>
		<pubDate>Fri, 29 Dec 2006 06:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/12/28/how-to-code-your-first-web-app-part-2/#comment-76353</guid>
		<description>the suspense! :) 

Thanks, Paul, this is really useful.   Your writing style is really easy to understand.  

Keep it up! :)</description>
		<content:encoded><![CDATA[<p>the suspense! :) </p>
<p>Thanks, Paul, this is really useful.   Your writing style is really easy to understand.  </p>
<p>Keep it up! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Indranil</title>
		<link>http://paulstamatiou.com/how-to-code-your-first-web-app-part-2#comment-76351</link>
		<dc:creator>Indranil</dc:creator>
		<pubDate>Fri, 29 Dec 2006 06:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/12/28/how-to-code-your-first-web-app-part-2/#comment-76351</guid>
		<description>Very well written. Great series for people looking to start a small app in php.

Keep it up.</description>
		<content:encoded><![CDATA[<p>Very well written. Great series for people looking to start a small app in php.</p>
<p>Keep it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kory Twaites</title>
		<link>http://paulstamatiou.com/how-to-code-your-first-web-app-part-2#comment-76059</link>
		<dc:creator>Kory Twaites</dc:creator>
		<pubDate>Thu, 28 Dec 2006 23:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/12/28/how-to-code-your-first-web-app-part-2/#comment-76059</guid>
		<description>3 parts??? sheesh you&#039;re spoiling us Paul! But we love it!</description>
		<content:encoded><![CDATA[<p>3 parts??? sheesh you&#8217;re spoiling us Paul! But we love it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralph Dagza</title>
		<link>http://paulstamatiou.com/how-to-code-your-first-web-app-part-2#comment-76046</link>
		<dc:creator>Ralph Dagza</dc:creator>
		<pubDate>Thu, 28 Dec 2006 23:20:27 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/12/28/how-to-code-your-first-web-app-part-2/#comment-76046</guid>
		<description>Im really not good at PHP and MySql but Im making a personal address book application (hopefully) using &quot;Paul&#039;s How to: Code your first web app series&quot;

thanks paul</description>
		<content:encoded><![CDATA[<p>Im really not good at PHP and MySql but Im making a personal address book application (hopefully) using &#8220;Paul&#8217;s How to: Code your first web app series&#8221;</p>
<p>thanks paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Stamatiou</title>
		<link>http://paulstamatiou.com/how-to-code-your-first-web-app-part-2#comment-76031</link>
		<dc:creator>Paul Stamatiou</dc:creator>
		<pubDate>Thu, 28 Dec 2006 22:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/12/28/how-to-code-your-first-web-app-part-2/#comment-76031</guid>
		<description>This series is about showing how to get a framework up and running while explaining basic PHP and MySQL along the way. I will show a user management system (as described here - creating users, deleting users, logging in and out) but I&#039;m leaving what the actual web app does to the user. There are so many things it could do that it&#039;s better off just demonstrating with examples.

The rest can easily be done by creating another table in the database for what your web app will handle (as described in Part 1) and using forms to manipulate that data via a few simple MySQL commands.</description>
		<content:encoded><![CDATA[<p>This series is about showing how to get a framework up and running while explaining basic PHP and MySQL along the way. I will show a user management system (as described here &#8211; creating users, deleting users, logging in and out) but I&#8217;m leaving what the actual web app does to the user. There are so many things it could do that it&#8217;s better off just demonstrating with examples.</p>
<p>The rest can easily be done by creating another table in the database for what your web app will handle (as described in Part 1) and using forms to manipulate that data via a few simple MySQL commands.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralph Dagza</title>
		<link>http://paulstamatiou.com/how-to-code-your-first-web-app-part-2#comment-76025</link>
		<dc:creator>Ralph Dagza</dc:creator>
		<pubDate>Thu, 28 Dec 2006 22:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/12/28/how-to-code-your-first-web-app-part-2/#comment-76025</guid>
		<description>Is there gonna be a &quot;finish product&quot; 

???</description>
		<content:encoded><![CDATA[<p>Is there gonna be a &#8220;finish product&#8221; </p>
<p>???</p>
]]></content:encoded>
	</item>
</channel>
</rss>
