PHP Tutorial (original) (raw)

Skip to content

Welcome to the modern PHP tutorial! This PHP tutorial helps you learn how to develop dynamic websites and web applications using PHP from scratch.

PHP is one of the most popular programming languages for web development.

PHP allows you to develop various web applications, including blogs, content management systems (CMS), and online stores.

Section 1. Getting Started with PHP #

Section 2. PHP Fundamentals #

Section 3. PHP Types #

Section 4. Operators #

This section covers PHP’s most commonly used operators, including logical and comparison operators.

Section 5. Control flow #

Section 6. Functions #

Section 7. Array #

Section 8. Sorting Arrays #

This section introduces various helpful functions to sort elements of an array.

Section 9. Advanced Functions #

Section 10. Variable constructs #

Section 11. Advanced Array Operations #

Section 12. Organizing PHP files #

Section 13. State Management #

Section 14. Processing Forms #

Section 15. Login System #

This section shows you how to use the learned skills and knowledge to build a simple PHP login system.

Section 16. Working with Files #

Section 17. Working with Directories #

Section 18. String operations #

Section 19. Regular Expressions #

Section 20. PHP Date & Time #