<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1210085780080838846</id><updated>2011-07-07T13:06:42.784-07:00</updated><title type='text'>Pardeep's Tut  Box</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://pardeepks.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1210085780080838846/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://pardeepks.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Pardeep Kumar</name><uri>http://www.blogger.com/profile/10359544218412888902</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/_iYpUrSLnypc/SqOEEwDiD5I/AAAAAAAAAHU/8vLse_y4sQk/S220/2674.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1210085780080838846.post-2470268781346163407</id><published>2009-09-06T03:28:00.000-07:00</published><updated>2009-09-22T17:48:04.332-07:00</updated><title type='text'>Simple PHP registration form for beginers</title><content type='html'>Hello everyone i have decided to post a simple php registration form for beginers which is very helpful to understand how to create a registraion form.&lt;br /&gt;&lt;br /&gt;Here first to create a database&lt;br /&gt;name of the database: test&lt;br /&gt;&lt;br /&gt;Now you create a register table simply copying and paste below musql code&lt;br /&gt;&lt;br /&gt;CREATE TABLE IF NOT EXISTS `register` (&lt;br /&gt;`id` mediumint(9) NOT NULL AUTO_INCREMENT,&lt;br /&gt;`username` varchar(40) NOT NULL,&lt;br /&gt;`password` varchar(40) NOT NULL,&lt;br /&gt;`email` varchar(255) NOT NULL,&lt;br /&gt;PRIMARY KEY (`id`)&lt;br /&gt;) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ;&lt;br /&gt;&lt;br /&gt;Now time to make a mysql connection to your code simply copy and paste below code and keep name of this file as connection.php&lt;br /&gt;&lt;br /&gt;/*connection.php*/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Below is the CSS code which you should keep in css folder like css/style.css&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;/*style.css*/&lt;br /&gt;/* CSS Document */&lt;br /&gt;body&lt;br /&gt;{&lt;br /&gt;background-color:#F2F2F2;&lt;br /&gt;}&lt;br /&gt;.heading{&lt;br /&gt;color:#0066CC;&lt;br /&gt;font-family:Arial, Helvetica, sans-serif;&lt;br /&gt;font-size:18px;&lt;br /&gt;vertical-align:middle;&lt;br /&gt;padding-left:20px;&lt;br /&gt;font-weight:bold;&lt;br /&gt;background-color:#FFCC99;&lt;br /&gt;}&lt;br /&gt;.font{&lt;br /&gt;color:#000000;&lt;br /&gt;font-family:Verdana, Arial, Helvetica, sans-serif;&lt;br /&gt;font-size:12px;&lt;br /&gt;text-align:right;&lt;br /&gt;padding-right:6px;&lt;br /&gt;vertical-align:middle;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;.textfield{&lt;br /&gt;color:#000000;&lt;br /&gt;font-family:Verdana, Arial, Helvetica, sans-serif;&lt;br /&gt;font-size:12px;&lt;br /&gt;border:#9999CC solid 1px;&lt;br /&gt;background-color:#FFFFFF;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;.button{&lt;br /&gt;background-color:#EFEFEF;&lt;br /&gt;border:#0099FF solid 1px;}&lt;br /&gt;&lt;br /&gt;.link{&lt;br /&gt;text-decoration:none;&lt;br /&gt;color:#666666;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.link:hover{&lt;br /&gt;text-decoration:none;&lt;br /&gt;color:#cc0000;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Rest of the part of this process i will post soon here. Please don't mind&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Keep eye for coding untill i will post.&lt;br /&gt;&lt;br /&gt;All the best.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1210085780080838846-2470268781346163407?l=pardeepks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pardeepks.blogspot.com/feeds/2470268781346163407/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pardeepks.blogspot.com/2009/09/simple-php-registration-form-for.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1210085780080838846/posts/default/2470268781346163407'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1210085780080838846/posts/default/2470268781346163407'/><link rel='alternate' type='text/html' href='http://pardeepks.blogspot.com/2009/09/simple-php-registration-form-for.html' title='Simple PHP registration form for beginers'/><author><name>Pardeep Kumar</name><uri>http://www.blogger.com/profile/10359544218412888902</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/_iYpUrSLnypc/SqOEEwDiD5I/AAAAAAAAAHU/8vLse_y4sQk/S220/2674.jpg'/></author><thr:total>0</thr:total></entry></feed>
