Skip to content

Latest commit

 

History

History
64 lines (53 loc) · 3.18 KB

what-is-php.md

File metadata and controls

64 lines (53 loc) · 3.18 KB
title updated permalink
What is PHP? Where Should I Start?
September 12, 2016
/faq/intro/what-is-php/

Dear reader, PHP (which stands for recursive backronym of "PHP: Hypertext Preprocessor") is a widely-used open source general-purpose scripting language for writing web applications, dynamically generated pages and command line interface scripts.

Where to Start?

If you want to learn PHP and web development as "right way" as possible and properly, it is very important to gain basic knowledge of mathematics, computer science, programming in general and similar tech fields before PHP or other languages should be learned.

PHP is located and best described on the official website PHP.net with updated and in-depth manual. Reading it is highly recommended to get to know PHP in details. As you will pass through the manual pages you will progress with your knowledge. You can start with the Simple PHP Tutorial to get PHP up and running fast.

Use Google for most obvious issues you will find or ask on forums.

Where to Go Next?

Another important part of being developer is also to constantly learn and be updated about new things either from PHP or development and programming in general. Here are some recommended resources to stay updated about PHP and learn more:

  • PHP on Reddit - The latest news in the PHP world.
  • PHP Weekly - Free curated once-a-week newsletter, featuring great PHP articles, news and blog posts.
  • SitePoint PHP - PHP tutorials and articles.

See Also

Recommended, quality and modern guides, videos and tutorials for starting with development and PHP in particular: