Sign in for recommendations. New member? Start here.

Simple php code debugging & PHP Scripts Development

webgeekgirl rated 8 months ago
Good tips for beginners. Eventually these things become second nature, but if you're just starting out read this.

Do you like this page from finalwebsites.com? Yes, I like it

Tell us what you like and we will show you more pages like it with our recommendation engine.

5 Reviews

Characters left: 4000


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.