Share Video

Download Video: Click Here (save as ***.flv) | Real Player or any FLV Player Required

Permalink:


Embed Code:

darktonight Says:

Jun 1, 2009 - can dreamweaver be used to do this php stuff?

darktonight Says:

Jun 1, 2009 - doesnt matter now...

lifeg0eson666 Says:

Jun 1, 2009 - The source is available if you're in dire need of it.

darktonight Says:

Jun 2, 2009 - okay ive copied to code off the website and saved them both in the same folder but it doesnt work, all i see is text, and boxes.. :S can you help me?

darktonight Says:

Jun 2, 2009 - ha arent i the fool, i just realised your using xampp lol... sorry for the hassle lol

Joorb Says:

Jun 20, 2009 - I have the code perfect, and everything, but whenever I click submit, no matter what is in the boxes, It displays a blank page with "Query was empty". Can't figure out what's wrong...

pssfin Says:

Jun 24, 2009 - Excellent tutorial!

someturkishguy Says:

Oct 8, 2009 - man you dont have to echo all html forms tables etc... just close those php tags just after the if statement and write those html tags directy and at the end of it open the php tag and close the if statement... that's all... this way you can see how those form content looks like in programs like Dreamweaver... and you wont need to escape all those quotemarks...

SethiXzon Says:

Dec 21, 2009 - Now I need to find out how to login.

lifeg0eson666 Says:

Dec 21, 2009 - If you go to my channel page and view the PHP Forum tutorial playlist, check out PHP Forum // Login and Logout, it was made to work with this registration tutorial.

SethiXzon Says:

Dec 21, 2009 - I believe I'm using it right now. Your tutorials are great, by the way.

whoddaya Says:

Dec 29, 2009 - Sigh. It does not stop giving me the parse error in $res4 = mysql...

whoddaya Says:

Dec 29, 2009 - I just figured out why. But, I still get an error on line 6 (the if(!$_POST'[submit]') one.

Chazer78 Says:

Jan 18, 2010 - whoddaya take the ! out of if(!$_POST['submit']);

vb6help Says:

Feb 1, 2010 - because you write the single quotations outsite the square brackets... should be ['submit']

Alec7890 Says:

Mar 3, 2010 - you need if(!$_POST['submit'])

Kvzch Says:

Mar 29, 2010 - I don't get two things where do you save php file? And how is it connected to database you created on phpmyadmin?

dashbyictfd Says:

Apr 10, 2010 - To view in HD just add &fmt=18 to the url and then slap return, hey presto youll be able to read the text.

dashbyictfd Says:

Apr 10, 2010 - then enter the name of the table so say user into the textfield and click go, you will then see the database with 1 table.

dashbyictfd Says:

Apr 10, 2010 - @Kvzch Save the php files in the same directory on your server, to create the database if this is what your question is you need to log into your control panel, scroll down the control panel until u see the icon to create the database then you need to add a user which you also need to create in your control panel then you add the user to the dbase then you click your control panel home icon, scroll down to the phpmyadmin icon, you will see the database you created in the left margin....

fawz07 Says:

Apr 27, 2010 - Hi..I copy your source code and thanks loads,everything works fine. But I keep getting a notice : unidentified index : submit. What should i do to remove that notice. Thanks

okliertw Says:

Jun 15, 2010 - Why are you using addslashes()? You should use mysql_real_escape_string(). And have you ever heard of HEREDOC? Saves you a lot of typing....

BrianTeamTV Says:

Jun 25, 2010 - to get the code use this. BUT REPLACE THE dot INTO . REPLACE DASH INTO / phpsquad dot net dash code dot php? id = 1

kipkip123thomas Says:

Jul 6, 2010 - i need help i gaint this error No database selected i have changet the database from local host to my webhost and the username to my own can you help me :(

Mickycond86 Says:

Jul 20, 2010 - didn't understand a thing