<?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: Carbon Fiber Signup Form With PHP, jQuery and CSS3</title>
	<atom:link href="http://tutorialzine.com/2010/04/carbon-signup-form/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorialzine.com/2010/04/carbon-signup-form/</link>
	<description>Web Development Tutorials &#38; Resources</description>
	<lastBuildDate>Wed, 16 May 2012 02:12:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: flipperz</title>
		<link>http://tutorialzine.com/2010/04/carbon-signup-form/#comment-22152</link>
		<dc:creator>flipperz</dc:creator>
		<pubDate>Sun, 19 Feb 2012 19:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=830#comment-22152</guid>
		<description>Hey @Martin Angelov

I&#039;d like to have a database, where it all saves. Put i can&#039;t find out where to add the &quot;mysql_connection&quot; in the sumbit form. So it only inputs when theres no errors. I have a database called &quot;accounts&quot; under it are there &quot;name&quot;, &quot;pass&quot;, &quot;email&quot;.

Can you help me make a script so i can get the informations from &quot;form&quot; to my database.?

And i tried Creating a script where it check&#039;d if the email alrdy was in use? Can you also help with that?

In case then Thanks!
/Flipperz</description>
		<content:encoded><![CDATA[<p>Hey @Martin Angelov</p>
<p>I'd like to have a database, where it all saves. Put i can't find out where to add the &quot;mysql_connection&quot; in the sumbit form. So it only inputs when theres no errors. I have a database called &quot;accounts&quot; under it are there &quot;name&quot;, &quot;pass&quot;, &quot;email&quot;.</p>
<p>Can you help me make a script so i can get the informations from &quot;form&quot; to my database.?</p>
<p>And i tried Creating a script where it check'd if the email alrdy was in use? Can you also help with that?</p>
<p>In case then Thanks!<br />
/Flipperz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://tutorialzine.com/2010/04/carbon-signup-form/#comment-22114</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 18 Feb 2012 03:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=830#comment-22114</guid>
		<description>Could someone please let me know the PHP code that&#039;s necessary to have this send as a contact form?

Thanks!</description>
		<content:encoded><![CDATA[<p>Could someone please let me know the PHP code that's necessary to have this send as a contact form?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://tutorialzine.com/2010/04/carbon-signup-form/#comment-21952</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 08 Feb 2012 10:33:59 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=830#comment-21952</guid>
		<description>You will need to update submit.php by adding more code to it, to perform the check. Insert this check after line 26 in submit.php &amp; provide your own custom error message. Just follow the style of the other error messages and see how they are being done. If you do not know what to add, then add the following code and that should take care of it.

&lt;pre&gt;
// You will need to name the confirm password
// input name as confirm_pass for this to work.
// Or change here accordingly.
if ( $_POST[&#039;pass&#039;] != $_POST[&#039;confirm_pass&#039;] )
{
    $errors[&#039;confirm_pass&#039;] = &#039;Passwords don&#039;t match&#039;;
}
&lt;/pre&gt;

Try it out &amp; let us know if it helps. Good luck!</description>
		<content:encoded><![CDATA[<p>You will need to update submit.php by adding more code to it, to perform the check. Insert this check after line 26 in submit.php &amp; provide your own custom error message. Just follow the style of the other error messages and see how they are being done. If you do not know what to add, then add the following code and that should take care of it.</p>
<pre>
// You will need to name the confirm password
// input name as confirm_pass for this to work.
// Or change here accordingly.
if ( $_POST['pass'] != $_POST['confirm_pass'] )
{
    $errors['confirm_pass'] = 'Passwords don't match';
}
</pre>
<p>Try it out &amp; let us know if it helps. Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tonev</title>
		<link>http://tutorialzine.com/2010/04/carbon-signup-form/#comment-21759</link>
		<dc:creator>Tonev</dc:creator>
		<pubDate>Fri, 27 Jan 2012 22:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=830#comment-21759</guid>
		<description>I tried a lot of thing but i still could not get a second password field to check if it is the same as the first password field</description>
		<content:encoded><![CDATA[<p>I tried a lot of thing but i still could not get a second password field to check if it is the same as the first password field</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thibault</title>
		<link>http://tutorialzine.com/2010/04/carbon-signup-form/#comment-14958</link>
		<dc:creator>thibault</dc:creator>
		<pubDate>Wed, 02 Feb 2011 00:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=830#comment-14958</guid>
		<description>Nice tuto !</description>
		<content:encoded><![CDATA[<p>Nice tuto !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Angelov</title>
		<link>http://tutorialzine.com/2010/04/carbon-signup-form/#comment-7540</link>
		<dc:creator>Martin Angelov</dc:creator>
		<pubDate>Wed, 14 Jul 2010 08:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=830#comment-7540</guid>
		<description>Eduardo, which browser are you using?</description>
		<content:encoded><![CDATA[<p>Eduardo, which browser are you using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduardo</title>
		<link>http://tutorialzine.com/2010/04/carbon-signup-form/#comment-7477</link>
		<dc:creator>Eduardo</dc:creator>
		<pubDate>Tue, 13 Jul 2010 04:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=830#comment-7477</guid>
		<description>When I submit the form, it takes me to the submit.php instead of loading AJAX. I do have javascript enabled.</description>
		<content:encoded><![CDATA[<p>When I submit the form, it takes me to the submit.php instead of loading AJAX. I do have javascript enabled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simileoluwa</title>
		<link>http://tutorialzine.com/2010/04/carbon-signup-form/#comment-5174</link>
		<dc:creator>Simileoluwa</dc:creator>
		<pubDate>Fri, 30 Apr 2010 08:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=830#comment-5174</guid>
		<description>I want to appreciate you guyz for every tutorial you&#039;ve been posting here. Ever since i came across this site, my pace of learning increased...thks so much and you know what i&#039;m proudly NIgerian...thks a lot</description>
		<content:encoded><![CDATA[<p>I want to appreciate you guyz for every tutorial you've been posting here. Ever since i came across this site, my pace of learning increased...thks so much and you know what i'm proudly NIgerian...thks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ash Blue</title>
		<link>http://tutorialzine.com/2010/04/carbon-signup-form/#comment-4834</link>
		<dc:creator>Ash Blue</dc:creator>
		<pubDate>Tue, 20 Apr 2010 01:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=830#comment-4834</guid>
		<description>I like how you pulled off the AJAX submission on this app. Do you know of any good articles on AJAX and PHP security? I&#039;ve read Bulletproof AJAX but it didn&#039;t go too into depth with PHP and AJAX submission security.</description>
		<content:encoded><![CDATA[<p>I like how you pulled off the AJAX submission on this app. Do you know of any good articles on AJAX and PHP security? I've read Bulletproof AJAX but it didn't go too into depth with PHP and AJAX submission security.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcell Purham</title>
		<link>http://tutorialzine.com/2010/04/carbon-signup-form/#comment-4816</link>
		<dc:creator>Marcell Purham</dc:creator>
		<pubDate>Mon, 19 Apr 2010 13:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=830#comment-4816</guid>
		<description>Great tutorial. Love the outcome :)</description>
		<content:encoded><![CDATA[<p>Great tutorial. Love the outcome :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Object Caching 356/356 objects using apc
Content Delivery Network via cdn.tutorialzine.com

Served from: tutorialzine.com @ 2012-05-16 18:08:59 -->
