What is the learning process and topics to make myself better in PHP

I know basic php,mysql developed few projects and I can say I am pretty good with what I know.
But now I want to be better what are your suggestions in step by step ?

Read over http://www.phptherightway.com/

I will answer like you didn’t read what I said.
I am looking forward to learn new things and open to suggestions.

Well, read what he has for a tag line… It says it all…

You should learn PDO. WWW Schools has a ton on that. Also, the link Jim posted has a ton of info in what you
need to learn.

Also, download the free Netbeans for an IDE as it has a huge amount of info on how to fix up your code built into
it. All of your code that needs attention is marked on the right of the IDE and when you hover over each, it will
explain to you what is wrong.

I like MySQL for database coding, not the MariaDB, but, others seem to like it…

What else would you like to learn about?

I did read what you said, the page I linked to is a great resource to learn a lot about how to code using PHP. If it weren’t step by step enough then I’m not sure what kinda steps you want. Read up on something you don’t know, try to use it, learn it, question it, learn a better way to do it, repeat…?

That’s a fantastic link Jim, I even book marked it myself. I always say that wonder learns something new everyday when it comes to programming, no matter how good one is at the language. :wink:

Sponsor our Newsletter | Privacy Policy | Terms of Service