Added: Oct 11, 2008

From: lifeg0eson666

Duration: 38:19

a user registration using php and mysql, much better than the other one, also double the length.source available at http://neoblob.com/phpsquad

Channel: Howto

Tags: computers  lgo666  mysql  php  phpmyadmin  sexy  sql  tutorial  video 


Rating: 4.47 (70 ratings)    Views: 26716' favoriteCount='102    Comments: 135

lplieutenant Says:

Oct 11, 2008 - the database is the same from the last tutorial right?

analreceiver Says:

Oct 11, 2008 - Wow, I defintely learned a lot here.... thanks!...

lifeg0eson666 Says:

Oct 11, 2008 - Glad you did :)

analreceiver Says:

Oct 11, 2008 - I cant find the source on your website.... I dont get this line$action = $GET['act']if the form method is post why should Get work at all? also, where else is 'act'?

davedwardz Says:

Oct 11, 2008 - is there a clearer video or a place where the text/code is posted? can't get some of the code. thx

davedwardz Says:

Oct 11, 2008 - after pressing submit i'm just getting a blank page....

CamiloSanchez1979 Says:

Oct 11, 2008 - dude thanks for posting this, i am studying php like no fucking tomorrow, i am gonna be studying this code of yours for at least a month..lol..thanks.

lifeg0eson666 Says:

Oct 11, 2008 - lol, glad you liked it, good luck w/ the learning :)

Yamthief Says:

Oct 11, 2008 - Is the full source for this available anywhere as your website doesnt seem to have anything much on it! thanks.

ladel924 Says:

Oct 11, 2008 - your voice changed haha

RobertMattocks Says:

Oct 11, 2008 - Brilliance man! how much you charge an hour?email me back through my site:producedbydeuce (dot) com ( so you dont think I'm just trying to advertise.Thanks bro..

lifeg0eson666 Says:

Oct 11, 2008 - It all depends on the project, but normally $25/hr.

dushebag Says:

Oct 11, 2008 - really

yasoof0wnz Says:

Oct 11, 2008 - This is shit hard for me, how am i supposed to do these codes I have no experience in coding. Ill find an easy registration page guide

panthar14 Says:

Oct 11, 2008 - i would suggest you start with html before jumping into php

KruptedSoul Says:

Oct 11, 2008 - doesnt youtube has a ten minute limit

Elliottslingsby Says:

Oct 11, 2008 - Its so hard to see if { [ ( are different!

Cerelloman Says:

Oct 11, 2008 - Your code dose not suck at all.You know PHP really well and I am actually begging to build my own application in PHP.Rock on dude and keep coding!

lplieutenant Says:

Oct 11, 2008 - the v2 and v3 of his registration tutorials go beyond a basic registration and login code with sql so then this should be like a good class =)

lifeg0eson666 Says:

Oct 11, 2008 - Lawl, who said they were supposed to be basic :p

cbvgg Says:

Oct 11, 2008 - No, there is this other upload thingy.

CamiloSanchez1979 Says:

Oct 11, 2008 - Dude I really need your help. I am developing a website and there is a form i want to show only once. Whenever the user send the information I want to stop showing the form even if he /she returns to the same page. How can I tell php to do that? do you know? Also, which php community do you recommend for finding more programmers? thanks

webandsoftwarelearn Says:

Oct 11, 2008 - Thanks a lot for your detailed PHP videos. I really enjoy watching them.

xtxmedia Says:

Oct 11, 2008 - Hey set a cookie after it is sent, if that cookie is present do not show the form... example...if( !isset($_COOKIE["formsent"]) ){// show form...}

666devon666 Says:

Oct 11, 2008 - Is that a \n tag your using at the end of the html lines because it doesn't do anything on mine, it physically writes \n where i am assuming it should be some kind of gap (similar to   except larger