|
Php
Apr 21, 2008 19:30:08 GMT -5
Post by Reverse Blade on Apr 21, 2008 19:30:08 GMT -5
Been getting into PHP for my site. I finally got flat files down (Tried learning php a year or so ago and got stuck with flat files)
So, how many of you use it and know good tut sites? (Say good ones not just pixel2life, w3schools, etc)
|
|
Virtuoso
Junior Member
Teh Baby Hax0rz
Posts: 64
|
Php
Apr 21, 2008 19:40:54 GMT -5
Post by Virtuoso on Apr 21, 2008 19:40:54 GMT -5
|
|
|
Php
Apr 21, 2008 19:56:39 GMT -5
Post by Reverse Blade on Apr 21, 2008 19:56:39 GMT -5
Thanks, I'll go look at it.
|
|
Virtuoso
Junior Member
Teh Baby Hax0rz
Posts: 64
|
Php
Apr 22, 2008 15:39:13 GMT -5
Post by Virtuoso on Apr 22, 2008 15:39:13 GMT -5
No worries.
|
|
|
Php
Apr 22, 2008 19:38:57 GMT -5
Post by Reverse Blade on Apr 22, 2008 19:38:57 GMT -5
Been going good Made a Php Contact Flat File thing. (You view all the comments through the txt file) rcodes.exofire.net/contact.phpI still have to make it so you can't spam it.
|
|
|
Php
Apr 22, 2008 20:01:32 GMT -5
Post by Schubaltz on Apr 22, 2008 20:01:32 GMT -5
Where's the txt file?
|
|
|
Php
Apr 22, 2008 20:04:26 GMT -5
Post by Reverse Blade on Apr 22, 2008 20:04:26 GMT -5
Hidden for only the admin Psst
|
|
Blink
Addicted Member
Posts: 1,699
|
Php
Apr 22, 2008 22:12:08 GMT -5
Post by Blink on Apr 22, 2008 22:12:08 GMT -5
I learnt by coding something.
I decided what I wanted to do, started coding, then anytime I didn't know something I googled it.
If you already know general programming concepts why both memorizing all the syntax?
|
|
|
Php
Apr 22, 2008 22:37:14 GMT -5
Post by Reverse Blade on Apr 22, 2008 22:37:14 GMT -5
It makes everything faster and my internet cuts in and out so I can still be typing code and have the internet out than waiting for it to come back on to search for something.
|
|
Blink
Addicted Member
Posts: 1,699
|
Php
Apr 22, 2008 22:44:44 GMT -5
Post by Blink on Apr 22, 2008 22:44:44 GMT -5
It makes everything faster and my internet cuts in and out so I can still be typing code and have the internet out than waiting for it to come back on to search for something. Even without the Syntax you can work on it at anywhere. At school I'll write general program outlines, and I won't even know what language I'll write it in yet. Personally I just hate memorizing. But if it works for you go for it.
|
|
|
Php
Apr 23, 2008 21:35:55 GMT -5
Post by Schubaltz on Apr 23, 2008 21:35:55 GMT -5
I wouldn't consider all those individual functions "syntax." They surely have their own, but it's not the "syntax" of the language (certainly something you should and have to memorize). Even then, it's impossible to pull anything off when you just cheat-sheet it. You'll be looking for hours for something you could have taken maybe 60 seconds of your time to memorize. And if you don't bother to know half the stuff, you probably won't know half of what you're capabe of with the language. Beyond that, you won't know how to write it, because each little step you take could mean finding a whole new function. It may work for you, Blink, I dunno. But for the love of god, RB, don't follow.
|
|
|
Php
Apr 23, 2008 22:15:10 GMT -5
Post by Reverse Blade on Apr 23, 2008 22:15:10 GMT -5
I don't I only do that on something I don't know but usually remember it after that.
|
|