<?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: Creating an event registration application in PHP – Part 2: Building the back end</title>
	<atom:link href="http://www.flashenabledblog.com/2008/02/15/creating-an-event-registration-application-in-php-%e2%80%93-part-2-building-the-back-end/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flashenabledblog.com/2008/02/15/creating-an-event-registration-application-in-php-%e2%80%93-part-2-building-the-back-end/</link>
	<description>A Blog covering Air, Flash, Flex, Illustrator and Photoshop</description>
	<lastBuildDate>Sun, 11 Sep 2011 02:17:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: bloonsterific</title>
		<link>http://www.flashenabledblog.com/2008/02/15/creating-an-event-registration-application-in-php-%e2%80%93-part-2-building-the-back-end/comment-page-1/#comment-636</link>
		<dc:creator>bloonsterific</dc:creator>
		<pubDate>Fri, 10 Jul 2009 18:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/?p=500#comment-636</guid>
		<description>Just wanted to tell you all know how much I appreciate your postings guys.
Found you though &lt;a href=&quot;http://google.com&quot; rel=&quot;nofollow&quot;&gt;google&lt;/a&gt;!</description>
		<content:encoded><![CDATA[<p>Just wanted to tell you all know how much I appreciate your postings guys.<br />
Found you though <a href="http://google.com" rel="nofollow">google</a>!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seema</title>
		<link>http://www.flashenabledblog.com/2008/02/15/creating-an-event-registration-application-in-php-%e2%80%93-part-2-building-the-back-end/comment-page-1/#comment-635</link>
		<dc:creator>Seema</dc:creator>
		<pubDate>Wed, 17 Sep 2008 20:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/?p=500#comment-635</guid>
		<description>&lt;?php echo ($row_rsRegistrants[&#039;RegDay&#039;] == &quot;-1&quot; ? &quot;Both&quot; :
  $row_rsRegistrants[&#039;RegDay&#039;]); ?&gt;

This line of code is giving me an error. Any idea why?</description>
		<content:encoded><![CDATA[<p>&lt;?php echo ($row_rsRegistrants['RegDay'] == &#8220;-1&#8243; ? &#8220;Both&#8221; :<br />
  $row_rsRegistrants['RegDay']); ?&gt;</p>
<p>This line of code is giving me an error. Any idea why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Anuku</title>
		<link>http://www.flashenabledblog.com/2008/02/15/creating-an-event-registration-application-in-php-%e2%80%93-part-2-building-the-back-end/comment-page-1/#comment-634</link>
		<dc:creator>George Anuku</dc:creator>
		<pubDate>Mon, 15 Sep 2008 08:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/?p=500#comment-634</guid>
		<description>Dear Sir,

On Binding data to the page topic of the above  article number 3 of it you requested that:  be changed to:

  &lt;?php echo ($row_rsRegistrants[&#039;RegDay&#039;] == &quot;-1&quot; ? &quot;Both&quot; :
  $row_rsRegistrants[&#039;RegDay&#039;]); ?&gt;

Having done that the error below was what came out on my browser:
Parse error: syntax error, unexpected &#039;&lt;&#039; in C:\Inetpub\wwwroot\RemoteAdmin\site\reg.php on line 86

Please what I&#039;m i doing wrong that stop the script to run? Kindly assist.

George Anuku</description>
		<content:encoded><![CDATA[<p>Dear Sir,</p>
<p>On Binding data to the page topic of the above  article number 3 of it you requested that:  be changed to:</p>
<p>  &lt;?php echo ($row_rsRegistrants['RegDay'] == &#8220;-1&#8243; ? &#8220;Both&#8221; :<br />
  $row_rsRegistrants['RegDay']); ?&gt;</p>
<p>Having done that the error below was what came out on my browser:<br />
Parse error: syntax error, unexpected &#8216;&lt;&#8217; in C:\Inetpub\wwwroot\RemoteAdmin\site\reg.php on line 86</p>
<p>Please what I&#8217;m i doing wrong that stop the script to run? Kindly assist.</p>
<p>George Anuku</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rize</title>
		<link>http://www.flashenabledblog.com/2008/02/15/creating-an-event-registration-application-in-php-%e2%80%93-part-2-building-the-back-end/comment-page-1/#comment-633</link>
		<dc:creator>rize</dc:creator>
		<pubDate>Mon, 08 Sep 2008 11:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/?p=500#comment-633</guid>
		<description>i need a detail tutorial like this of making ur own CMS..
even if u know any good link about this tutorial or write it on ur blog..
if u have some book recomend it me..
I want to work for CMS..
with php &amp; mysql</description>
		<content:encoded><![CDATA[<p>i need a detail tutorial like this of making ur own CMS..<br />
even if u know any good link about this tutorial or write it on ur blog..<br />
if u have some book recomend it me..<br />
I want to work for CMS..<br />
with php &amp; mysql</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos Pinho</title>
		<link>http://www.flashenabledblog.com/2008/02/15/creating-an-event-registration-application-in-php-%e2%80%93-part-2-building-the-back-end/comment-page-1/#comment-632</link>
		<dc:creator>Carlos Pinho</dc:creator>
		<pubDate>Fri, 30 May 2008 08:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/?p=500#comment-632</guid>
		<description>Have you think about the paypal services? You can link your site to paypal services and only after payment made a certain page will appear.

I also noticed that your are setting up the site from 0 ground. As you are handling with data, why don&#039;t you use a CMS like Joomla? There are plenty components you can use to users registration or payment.</description>
		<content:encoded><![CDATA[<p>Have you think about the paypal services? You can link your site to paypal services and only after payment made a certain page will appear.</p>
<p>I also noticed that your are setting up the site from 0 ground. As you are handling with data, why don&#8217;t you use a CMS like Joomla? There are plenty components you can use to users registration or payment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SValencia</title>
		<link>http://www.flashenabledblog.com/2008/02/15/creating-an-event-registration-application-in-php-%e2%80%93-part-2-building-the-back-end/comment-page-1/#comment-631</link>
		<dc:creator>SValencia</dc:creator>
		<pubDate>Fri, 30 May 2008 05:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabled.wordpress.com/?p=500#comment-631</guid>
		<description>We would like to have the registration form populate a public directory our page....AFTER the payment is made. Is there a way to do this without having to do a manual entry, or....without having to research and crossreference to manually verify that payment has been made and the have to remove anyone that has not paid but did in fact submit a registration page.

We want to avoid the manual entry. We want to not allow fighers to be on the fight roster unless they have paid first.

I guess they could alway pay first and then be taken to a registration form.

Got ideas?</description>
		<content:encoded><![CDATA[<p>We would like to have the registration form populate a public directory our page&#8230;.AFTER the payment is made. Is there a way to do this without having to do a manual entry, or&#8230;.without having to research and crossreference to manually verify that payment has been made and the have to remove anyone that has not paid but did in fact submit a registration page.</p>
<p>We want to avoid the manual entry. We want to not allow fighers to be on the fight roster unless they have paid first.</p>
<p>I guess they could alway pay first and then be taken to a registration form.</p>
<p>Got ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

