
|
webgeekgirl rated 8 months ago- Good tips for beginners. Eventually these things become second nature, but if you're just starting out read this.
|
|
5 Reviews
-
-
 - BigLeon rated 7 months ago
- what's with the using curly brackets on one-line if's and elses? shitloads of other languages writing if(x==y){x++;} works just as good if it was written if(x==y)x++; Especially when the tip just before that was missing curly brackets because of lengthy code.
 olederer rated 8 months ago- first steps for each beginning php coder
 scorpion68a rated 8 months ago- How to get better at php. useful.
 MegT rated 8 months ago- handy
 webgeekgirl rated 8 months ago- Good tips for beginners. Eventually these things become second nature, but if you're just starting out read this.
|