PHP question

lordsebzyy

Junior Member
Joined
May 23, 2011
Messages
134
Reaction score
13
Hellow all!
I want to learn php,is it a good course for learning php ( maybe include videos)
If I'll learn php I'll be able to make Wordpress Plugins? Like a content locker?(I know this is hard but ...)

Thanks!
 
I really want to help you m8 BUT I can't reply to this post. Everything I write is supposedly against the rules.
What I wanted to tell you is, just google for some courses. The main keyword is learn php!
You will be able to code wordpress plugins but it is a long way! You have to practise a lot because Wordpress has its own language and coding style which you have to look at. You could visit wordpress' site and searching for the developers documentation to read through it.
The best beginner tutorial for learning php is the quakenet php tutorial in my opinion! Just another Keyword for you!
Further visit the site of learnphp because they have also some wordpress tutorials you might be interested in. But try to understand and read through quakenet firstly. And if there are any question to php I will try to help you (if i can post sth -.-!)!

Greetz
 
Last edited:
Another way to learn PHP is developing off another person's PHP script.
Given that the person's script has clean code.
You can learn from the coding while adding to it.
 
To be frank, learning PHP is not a rocket science. Everyone can learn it as long as they keep on practice.

If you're absolute new to PHP, then start learning it here;
http://www.tizag.com

The above website has plenty of tutorials for you to learn. Tizag was the website where I started to learn PHP.

Once you learn it, keep practicing it and code your custom scripts.

If you really want to be good in PHP, see the codes of open source scripts and modify them.

Yes, you can develop wordpress plugins after learning PHP, but you'll also need to learn wordpress codex.

Wish you good luck buddy
 
Back
Top