开发者

which is the best site for learning more on php [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. 开发者_开发问答 Closed 10 years ago.

i am using php for a while but....... i think i need to improve on my skills ....since i have problem in troublesooting so i am searching for a article site which can make me comfortable working on the language.....what is the solution to develope my skills


The best site for learning PHP is the PHP manual.

Apart from this, check out these (in no particular order)

  • http://articles.sitepoint.com/category/php-tutorials
  • http://www.tuxradar.com/practicalphp
  • http://devzone.zend.com/public/view
  • http://sourcemaking.com/design_patterns

Also check the links given in the answers to this question:

  • https://stackoverflow.com/questions/2075066/what-are-good-php-and-mysql-type-blogs-to-read

And since the question is tagged CodeIgniter, check

  • http://codeigniter.com/user_guide/


Just try hard every day... Create a code, delete it and then write it again... Repeat the task, refactor your code and don't forget to read a lot of others code... Get into their heads and your doing it right :)


Also W3Schools is a great site to learn from.


http://www.planet-php.net/ might be a choice for you, espacially the list of blogs concerning PHP on the right might be of interest. http://php.net's comments on the API sites are also quite educating.

Something for everyday reading: http://www.phparch.com/


Try solving problems in PHP and, try writing code thinking how something works and how its handled by other sites.

For starters, you can start with building small multiplayer games like tic tac toe or applications like pastebin.com or making your own captcha verification etc.


i like http://tut.php-quake.net/en/ its pretty good for beginners after that http://www.php.net doc is your friend.


I guess it really depends at what point you are at in your learning.

At an intermediate level, I'm reading more on:

  • Refactoring and code readability
  • Code Structure and Design Patterns
  • Learning more about OOP, Object Oriented Programming
  • Better Debugging
  • Profiling, performance testing and optimizations

Most of these topics are freely available on the net in various forums and blogs.

Zend has a good source of tutorials and videos on their sites. Their framework and products are expensive however.

Although the php manual is a great reference, i've always learned more by trying to accomplish simple tasks, and using other peoples tutorials as a guide.

Once you start building your basic skills, you can combine them to create larger applications.


Well this site you're on now is really great. If you get confused about something and need help, come ask everyone here. Most users will be happy to help. But make sure not to just get them to code for you, as you'll never learn if everyone just codes for you. If they DO code for you, ask them to comment everything and explain what they've done and why.

Aside from that, http://www.tizag.com is a VERY good place to start.

:)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜