| |||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| Account Suspended | Where can I learn? I see all these neat scripts and I always wonder how people make them. The php ones that is. I want to know how to make a small website that has the option of registration and logging in, and then posting something in a certain section. Not a forum though by any means. Just basic stuff. Where can I learn how to do that? |
| |
| | #2 (permalink) |
| Adrian | Just learn by looking at tutorials and code. It doesn't nessaraly mean looking at a Registration System, just any type of code, and "peice" it together. Though, to make what you want, you should really read up on MySql, and Cookies (Or Sessions, but Cookies are better. )You can find alot of tutorials at www.pixel2life.com And, good MySql ones at www.spoono.com It require logic to be used, you just have to think what MySql structure would be best, and how to exexute conditionals. Adrian
__________________ |
| |
| | #4 (permalink) |
| Stud Sausage | I'm 15, mildly dyslexic and have an extremely short attention span. And i can do it, rarely with any trouble. ![]() Everything you need can be found on two sites, http://pixel2life.com - as mentioned by Hitch http://manual.php.net - (all php programmers will use this at some point as a reference) http://dev.mysql.com/doc/refman/5.0/en/ - MySQL manual (i don't use this so much personally, i would strongly recommend using pixel2life to lookup database integration) I did it the only way i learn, but taking other peoples work and tearing it to shreds finding out what i broke and why it broke. Take your time with it as well, you can learn a certain extent over a few days however nothing like what comes with a few months, or years in my case, experience. One ting is for sure, you never stop learning. :P Matt Last edited by Matthew.; 02-20-2007 at 08:50 AM. |
| |
| | #5 (permalink) | |
| Senior Member | Personally I would advise you to get a book to learn the basics even if it is just borrowed from your local library. A book or a mentor will give you a much better foundation than learning from tutorials scattered around the internet. After that you will have a much better grasp and will understand the manual much better. Quote:
| |
| |
| | #6 (permalink) |
| Barru. | It took me a few days of looking at basic scripts to figure out how to make a login/registration system with mysql and sessions (then again, I live on the computer =P), what I did was look at different form and database tutorials, then I found sessions when looking for a way to keep people logged in. I would say that www.php.net is the best resource, however you need to be able to make a reasonable guess as to the function name when looking up new ones.
__________________ |
| |
| | #8 (permalink) | ||
| Stud Sausage | Quote:
Having said that each person knows how they learn best. Quote:
that sentence is a classic case of over technical crap. Lets go back to laymen's terms especially when dealing with begginers. You want a basic login system? Go for cookies, for obvious reasons (i.e. they can keep a user logged in as opposed to session based logins)And I'm going to say something controversial lol: Ignore the rubbish you read about cookies being less secure than sessions, most who write that are merely incapable of validating the cookies contents and writing secure enough code to ensure cookies do not cause issues ![]() Matt | ||
| |
| | #9 (permalink) | |||
| Senior Member | Quote:
Quote:
Quote:
| |||
| |
| | #10 (permalink) |
| NamePros Regular | Hi Taylor! There are some nice PHP books you can buy online at amazon.com or what helped me the best is to learn from examples... If you dont know how to do something.. find a script that has that.. rebuild it from scratch.. you will soon learn how things function.. It takes time, but its worth it!
__________________ ~TrafficSecret~ KickAssMovies.com - Funny Movies and Hot Babes Unsober.com - Drunken Media OvtCheck.com - Domain Tools HumorTrade.com - Humor Site Banner Exchange |
| |
| | #11 (permalink) |
| NamePros Regular | I was looking for some advice. This should get me started.
__________________ Guitar Amps l Sierra Guitars l Worlds Coolest Amp l Guitar Cabinets l Online Music Store Free Advertising - Get millions of visitors for your website for FREE! |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |