<?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: Building a user registration system &#8211; Part 1: The New User Form	</title>
	<atom:link href="https://michaelsoriano.com/building-a-user-registration-system-part-1-new-user-form/feed/" rel="self" type="application/rss+xml" />
	<link>https://michaelsoriano.com/building-a-user-registration-system-part-1-new-user-form/</link>
	<description>I turn code into captivating user experiences for the web</description>
	<lastBuildDate>Fri, 01 Dec 2023 00:28:32 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.4</generator>
	<item>
		<title>
		By: Anu s kumar		</title>
		<link>https://michaelsoriano.com/building-a-user-registration-system-part-1-new-user-form/#comment-1385</link>

		<dc:creator><![CDATA[Anu s kumar]]></dc:creator>
		<pubDate>Sat, 30 Jan 2021 04:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=5091#comment-1385</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://michaelsoriano.com/building-a-user-registration-system-part-1-new-user-form/#comment-1384&quot;&gt;yus&lt;/a&gt;.

edit the .htaccess file
delete old line and paste this
RewriteEngine on
RewriteCond $1 !^(index.php&#124;resources&#124;robots.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,QSA]
thank me later]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://michaelsoriano.com/building-a-user-registration-system-part-1-new-user-form/#comment-1384">yus</a>.</p>
<p>edit the .htaccess file<br />
delete old line and paste this<br />
RewriteEngine on<br />
RewriteCond $1 !^(index.php|resources|robots.txt)<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule ^(.*)$ index.php/$1 [L,QSA]<br />
thank me later</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: yus		</title>
		<link>https://michaelsoriano.com/building-a-user-registration-system-part-1-new-user-form/#comment-1384</link>

		<dc:creator><![CDATA[yus]]></dc:creator>
		<pubDate>Tue, 27 Oct 2020 16:29:51 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=5091#comment-1384</guid>

					<description><![CDATA[Not Found
The requested URL was not found on this server.
Apache/2.4.46 (Win64) OpenSSL/1.1.1g PHP/7.2.34 Server at localhost Port 80
hi sir, i am beginner for CI.. i have getting this error..anyone can help me..?]]></description>
			<content:encoded><![CDATA[<p>Not Found<br />
The requested URL was not found on this server.<br />
Apache/2.4.46 (Win64) OpenSSL/1.1.1g PHP/7.2.34 Server at localhost Port 80<br />
hi sir, i am beginner for CI.. i have getting this error..anyone can help me..?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jitender verma		</title>
		<link>https://michaelsoriano.com/building-a-user-registration-system-part-1-new-user-form/#comment-1383</link>

		<dc:creator><![CDATA[jitender verma]]></dc:creator>
		<pubDate>Mon, 16 Mar 2020 14:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=5091#comment-1383</guid>

					<description><![CDATA[http://localhost/dashboard/websites/10/user-registration-codeigniter-master//main/login/
i have getting this error . im totally new to codeigniter , can anyone tell me what basic steps i need to use it. iave created the database and running in localhost.]]></description>
			<content:encoded><![CDATA[<p><a href="http://localhost/dashboard/websites/10/user-registration-codeigniter-master//main/login/" rel="nofollow ugc">http://localhost/dashboard/websites/10/user-registration-codeigniter-master//main/login/</a><br />
i have getting this error . im totally new to codeigniter , can anyone tell me what basic steps i need to use it. iave created the database and running in localhost.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Albert		</title>
		<link>https://michaelsoriano.com/building-a-user-registration-system-part-1-new-user-form/#comment-1382</link>

		<dc:creator><![CDATA[Albert]]></dc:creator>
		<pubDate>Wed, 30 Oct 2019 16:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=5091#comment-1382</guid>

					<description><![CDATA[Hi, there is no logout feature. Can you add it sir?]]></description>
			<content:encoded><![CDATA[<p>Hi, there is no logout feature. Can you add it sir?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michael Soriano		</title>
		<link>https://michaelsoriano.com/building-a-user-registration-system-part-1-new-user-form/#comment-1381</link>

		<dc:creator><![CDATA[Michael Soriano]]></dc:creator>
		<pubDate>Fri, 27 Sep 2019 15:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=5091#comment-1381</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://michaelsoriano.com/building-a-user-registration-system-part-1-new-user-form/#comment-1380&quot;&gt;mandiatutti&lt;/a&gt;.

Thanks for letting me know. I&#039;ll have to look and see.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://michaelsoriano.com/building-a-user-registration-system-part-1-new-user-form/#comment-1380">mandiatutti</a>.</p>
<p>Thanks for letting me know. I&#8217;ll have to look and see.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mandiatutti		</title>
		<link>https://michaelsoriano.com/building-a-user-registration-system-part-1-new-user-form/#comment-1380</link>

		<dc:creator><![CDATA[mandiatutti]]></dc:creator>
		<pubDate>Thu, 29 Aug 2019 17:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=5091#comment-1380</guid>

					<description><![CDATA[P.s. I noticed a problem... I tried running the GIT hub version too and the problem is still there. When I log in no &quot;welcome&quot; message is displayed (the one originally setted with flash data). Also when I enter a fake user, no error message is displayed. Same thing for a good username but wrong password...]]></description>
			<content:encoded><![CDATA[<p>P.s. I noticed a problem&#8230; I tried running the GIT hub version too and the problem is still there. When I log in no &#8220;welcome&#8221; message is displayed (the one originally setted with flash data). Also when I enter a fake user, no error message is displayed. Same thing for a good username but wrong password&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mandiatutti		</title>
		<link>https://michaelsoriano.com/building-a-user-registration-system-part-1-new-user-form/#comment-1379</link>

		<dc:creator><![CDATA[mandiatutti]]></dc:creator>
		<pubDate>Thu, 29 Aug 2019 16:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=5091#comment-1379</guid>

					<description><![CDATA[Hello there! first of all great tutorial for people that are new to CI such as me! Many thanks!
I&#039;ve got a question for you... After logging in I&#039;d like to redirect to my main page (which i already managed to do) and display a welcome message such as &quot;Welcome &#039;email&#039;&quot;. So, I ask you: what would be the best way to access the email address in my homepage controller to pass the data i need to the view?
Thank you!]]></description>
			<content:encoded><![CDATA[<p>Hello there! first of all great tutorial for people that are new to CI such as me! Many thanks!<br />
I&#8217;ve got a question for you&#8230; After logging in I&#8217;d like to redirect to my main page (which i already managed to do) and display a welcome message such as &#8220;Welcome &#8217;email'&#8221;. So, I ask you: what would be the best way to access the email address in my homepage controller to pass the data i need to the view?<br />
Thank you!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Shreyash bhatt		</title>
		<link>https://michaelsoriano.com/building-a-user-registration-system-part-1-new-user-form/#comment-1378</link>

		<dc:creator><![CDATA[Shreyash bhatt]]></dc:creator>
		<pubDate>Thu, 20 Dec 2018 11:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=5091#comment-1378</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://michaelsoriano.com/building-a-user-registration-system-part-1-new-user-form/#comment-1376&quot;&gt;John&lt;/a&gt;.

Dude!! You forget to define username and database name in config&#062;database file....]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://michaelsoriano.com/building-a-user-registration-system-part-1-new-user-form/#comment-1376">John</a>.</p>
<p>Dude!! You forget to define username and database name in config&gt;database file&#8230;.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michael Soriano		</title>
		<link>https://michaelsoriano.com/building-a-user-registration-system-part-1-new-user-form/#comment-1377</link>

		<dc:creator><![CDATA[Michael Soriano]]></dc:creator>
		<pubDate>Tue, 26 Sep 2017 15:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=5091#comment-1377</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://michaelsoriano.com/building-a-user-registration-system-part-1-new-user-form/#comment-1376&quot;&gt;John&lt;/a&gt;.

It looks like you can&#039;t connect because of permissions to MySql. Try fixing that.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://michaelsoriano.com/building-a-user-registration-system-part-1-new-user-form/#comment-1376">John</a>.</p>
<p>It looks like you can&#8217;t connect because of permissions to MySql. Try fixing that.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: John		</title>
		<link>https://michaelsoriano.com/building-a-user-registration-system-part-1-new-user-form/#comment-1376</link>

		<dc:creator><![CDATA[John]]></dc:creator>
		<pubDate>Thu, 14 Sep 2017 02:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=5091#comment-1376</guid>

					<description><![CDATA[Hi sir. This is the result when i run the system. pls help me sir. Thanks
Severity: Warning
Message: mysqli::real_connect(): (HY000/1044): Access denied for user &#039;&#039;@&#039;localhost&#039; to database &#039;user-registration&#039;
Filename: mysqli/mysqli_driver.php
Line Number: 201
Backtrace:
File: C:\xampp\htdocs\User\application\controllers\Main.php
Line: 12
Function: model
File: C:\xampp\htdocs\User\index.php
Line: 315
Function: require_once]]></description>
			<content:encoded><![CDATA[<p>Hi sir. This is the result when i run the system. pls help me sir. Thanks<br />
Severity: Warning<br />
Message: mysqli::real_connect(): (HY000/1044): Access denied for user &#8221;@&#8217;localhost&#8217; to database &#8216;user-registration&#8217;<br />
Filename: mysqli/mysqli_driver.php<br />
Line Number: 201<br />
Backtrace:<br />
File: C:\xampp\htdocs\User\application\controllers\Main.php<br />
Line: 12<br />
Function: model<br />
File: C:\xampp\htdocs\User\index.php<br />
Line: 315<br />
Function: require_once</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
