Video Tools
Permalink:
Embed Code:
badqual Says:
Aug 28, 2008 - IT WORKS! Thanks.
grungesrus Says:
Aug 30, 2008 - Autor, big thanks for you! Very good tutorials and good for understand. Sorry for bad english, i am russian =)
AdminNationServers Says:
Aug 31, 2008 - Hey man ty lots
webandsoftwarelearn Says:
Sep 8, 2008 - Thanks for these PHP tutorials. They're great.
adyzme Says:
Sep 11, 2008 - can u post a login form tut with database,, but,, the but without registration form.. pls... thnx bfore
tonyppe Says:
Sep 11, 2008 - the way i tought myself html was go and browse the internet and when you are interested in how something is done, then just view the source. keep at it! everyone learns differently, and be glad that u can speak american/english :)
LooieFTW Says:
Sep 21, 2008 - @tonyppe: Firebug is a good addon for that (I assume you're using Firefox as I'm pretty sure all web developers hate IE).
LooieFTW Says:
Sep 21, 2008 - Then, edit the script in the video, changing $pass=$_POST['pass']; to $pass=md5($_POST['pass']); and then change ($pass=="poo") to ($pass=="32CharacterCodeFroma.php")
LooieFTW Says:
Sep 21, 2008 - Ughh, Youtube is gay. Read it here pastebin (dot) ca/1207712
tonyppe Says:
Sep 21, 2008 - i hate firefox. i use windows, and i like IE. but if i use linux then i have to use fox.. blah
schecter420 Says:
Sep 23, 2008 - true, but that does not work for PHP because it is a server-side script; meaning that it is interpreted by the server first and translated into HTML before it goes to the browser. so if you view the source code you would only see the translated HTML code and not the PHP. im not trying to be condescending just thought you might like to know.
SkitSophrenia Says:
Oct 3, 2008 - * SCITE text editor normally comes with ruby installation.
gypsycale Says:
Oct 6, 2008 - if (isset($_POST['name']))
RajmundShow Says:
Oct 25, 2008 - Can anyone tell me how Can I do that if I press the submit button then the login.php stuff will appear in the same file i put the html form? sry for bad english
RajmundShow Says:
Oct 25, 2008 - I mean in an other way like this.
brfw Says:
Oct 29, 2008 - I want to make it so when you click submit/go it will go to the link of the place i want to log in to.
tonyppe Says:
Nov 3, 2008 - i know this already, and you can view php on tutorials, and other peoples work that they post online. its the same sort of thing
81brett83 Says:
Nov 11, 2008 - when i copy your text (exactly) I get the form up on the browser, but i get the bellow message. Fatal error: Function name must be a string in C:\xampp\htdocs\hello.php on line 12 What exactly does that mean any ideas ??? Thanks heeps for the vid.
81brett83 Says:
Nov 11, 2008 - OK ignore the one below, solved that (I hadnt copied it exactly), I have now, but when i click go button with right and wrong info it just goes back to the XAMPP homepage !!. Why would it do that ?
craziedruma93 Says:
Nov 14, 2008 - I never knew what the variables and stuff could be used for but now I understand
logicpsp Says:
Nov 14, 2008 - We want more!
aresgod112 Says:
Dec 1, 2008 - Can anyone help me, with a dating script? I ,want to create one from scratch and, I'm just learning php now. thank you .
theunholysoul Says:
Dec 4, 2008 - What is on your line 12?
theunholysoul Says:
Dec 4, 2008 - Look at your form see wehere it is pointing to. The action statement should point back to your page.



Grollon999 Says:
Aug 28, 2008 - I beg to differ on this advice. This is possibly the worst thing you can do. You need to take the knowledge you have, and manipulate it. Do stuff with the code you know that you haven't thought of or seen yet. This way, you'll better understand what each line does what and how you can implement it in other things.