I dont know if it had been posted here before but i though i will post it to help anyone who doesnt understand PHP, understand it better. Here is PHP cheat sheet for you to use.
I've seen this sheet before, thanks for sharing though. I wonder how many PHP programmers actually have this list hanging above their monitor?
@drctacess dont flame. If its not helpful, get out. You probably dont know the ABC's of PHP. Even advanced programmers need help sometimes.
don't be, I tend to agree with you. The first sheet is reasonably useful... but not useful enough to take up physical space in my office. The second sheet is just basics and everyone should know them. I'd still always go back to php.net because the description and comments can save you heaps of time. And you should always program using a decent IDE so that you have warnings if you mistype a function name etc. Working without one is plain silly.
I have been a coder for .. let's say few years and from one language to another what you retain is a CONCEPT. for instance: The loops throughout any language out there have the same concept and structure, the exact syntax is often the matter of checking it out on the 'net. During the week I pass from Java to PHP to Erlang to C++ to C#, and yes I do have to check out syntax .. and I am not a beginner. Thank you for the sheet.