DreamCoder Posted February 21, 2011 Posted February 21, 2011 Today i wanted to post to show that i have started to learning things im not sure if this is PHP based but i was learning from youtube and no i didnt just copy what he done :D again and would like to show you guys what im working on your probaly thinking why is he wasting his time posting this i just want to show that i am trying and improving. Check out at http://img840.imageshack.us/i/meepp.jpg/ for some reason i couldnt get it to work on here maybe to big or something anyway. Still i dont want to give up i want to try and do this so i hope you think im glad hes trying and not being lazy or something like that i watched the video a few times to learn this kinda thing and now im coding it up in my own way will be bringing a Login out soon as i finish this ;-) i wil put some php code in there too :D Also i corrected somethings in the Code ;D Quote
Equinox Posted February 21, 2011 Posted February 21, 2011 THere is no CSS, so how can you have a div id? name="Login" - you have done name"login" - maybe just a typo Pass and confirm pass have the same name, this will not work. And I have no idea why you copyrighted a form.... Quote
Danny696 Posted February 21, 2011 Posted February 21, 2011 Your form, firstly doesnt need a name, and you havent added an = between the name and the " Also, this isnt PHP, but basic HTML :) Quote
Danny696 Posted February 21, 2011 Posted February 21, 2011 Also, do you realise youve attempted a php comment in html :/ Quote
DreamCoder Posted February 21, 2011 Author Posted February 21, 2011 css i will be doing later on m8 and i have fixed the miss spelling and some wrong typos ;) trying my best :D also did thanks for the tip if they had the same name would not work ;) thx no idea why i put copyright lol :D Quote
DreamCoder Posted February 21, 2011 Author Posted February 21, 2011 yeh i fixed the errors and i have just created a Database and im doing some php stuff now Quote
Kieran-R Posted February 22, 2011 Posted February 22, 2011 I feel that you learn much much much more from text tutorials. I've tried videos before, but they never seem to really help me. http://w3schools.com is really good when your just starting out. I defintely learned the basics from there anyway. Quote
ishmell Posted February 22, 2011 Posted February 22, 2011 I feel that you learn much much much more from text tutorials. I've tried videos before, but they never seem to really help me. http://w3schools.com is really good when your just starting out. I defintely learned the basics from there anyway. Some people like to learn visually such as myself however, for programming, I did end up reading text tutorials allot more. The site recommended above is a great place to get your learning curb on. :thumbup: Also if your not understanding something, google is your best friend. Quote
Djkanna Posted February 22, 2011 Posted February 22, 2011 Also learn to use labels, that's basic html form'age too. :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.