Reddit
reddit.com โบ r/php โบ learning php as a beginner
r/PHP on Reddit: Learning PHP as a beginner
May 18, 2024 -
I have never programmed before. However, I have a very serious interest in learning PHP and SQL.
I am open to any suggestions on where to start and what to focus on. Courses, tutorials, websites, etc.
If you were starting fresh today, with no knowledge, where would you start? What sort of โroadmapโ would you follow?
Top answer 1 of 5
55
This is a great series that will take you all the way from zero to expert. GIO PHP
2 of 5
18
Jon Duckett's PHP&MySQL book is written specifically for someone without any prior knowledge on PHP or programming in general. Very few authors realize that even most basic concepts need to be explained, and not taken for granted. What is a variable, what is a literal, what is a database, and so on. Jon is excellent in explaining these matters in simple terms and tons of examples. Besides, as it was suggested in the other comment, learning is best when having a task. And Jon has one - creating a sort of social network/art blog with likes and comments, which is completed throughout the latter parts of the book.
Leaarning basic modern PHP quickly?
Laracasts has some great ones for starters: https://laracasts.com/series/php-for-beginners-2023-edition But there are also repositories on GitHub full of stuff: https://github.com/odan/learn-php Or use the roadmaps - not just for PHP, but if you do click on PHP there are some handy-dandy-links in there as well. https://roadmap.sh/backend Want to learn but no clue what to build? Take a look at: https://github.com/florinpop17/app-ideas Note that it is not just for PHP, but more stuff like HTML, javascript, python etc. More on reddit.com
Any good way to learn PHP?
Check out programwithgio on YouTube, he has a ton of good content More on reddit.com
How do I learn php
https://phptherightway.com/ https://refactoring.guru/design-patterns https://youtube.com/@ProgramWithGio https://laracasts.com/ Good luck More on reddit.com
Learning PHP as a beginner
This is a great series that will take you all the way from zero to expert. GIO PHP More on reddit.com
Videos
PHP Full Course for free
๐ฅ PHP Full Course 2025 - Learn PHP from Scratch | PHP Tutorial ...
01:16:08
PHP Tutorial for Beginners - PHP Crash Course (2025) - YouTube
13:59
PHP tutorial for beginners ๐ - YouTube
03:15:36
PHP For Beginners | 3+ Hour Crash Course - YouTube
02:12:51
Learn PHP: Complete Beginner's Guide, Full Course - YouTube
PHP Tutorial
phptutorial.net โบ home
PHP Tutorial
April 10, 2025 - This modern PHP tutorial helps you learn how to develop dynamic websites and web applications using PHP from scratch.
Codecademy
codecademy.com โบ catalog โบ language โบ php
PHP Courses & Tutorials | Codecademy
Learn the fundamentals of PHP, one of the most popular languages of modern web development. Includes 8 CoursesIncludes 8 Courses ยท With CertificateWith Certificate ยท Beginner Friendly.Beginner Friendly17 hours17 hours ยท Free course ยท Learn how to handle HTML forms and validate user data before storing it in a database.
Tutorialspoint
tutorialspoint.com โบ php โบ php_tutorial.pdf pdf
Preview PHP Tutorial (PDF Version)
associate any file extension with PHP like .php3, .php5 or .htm. ... You must uncomment this line for the static module version of Apache. ... The configuration file is well commented and thorough. Keys are case sensitive, keyword ยท values are not; whitespace, and lines beginning with semicolons are ignored.
Quora
quora.com โบ What-is-the-best-way-to-learn-PHP-Should-one-start-by-reading-books-or-by-directly-coding-and-learning-through-hands-on-experience
What is the best way to learn PHP? Should one start by reading books or by directly coding and learning through hands-on experience? - Quora
Answer: I agree with the people stating that PHP is not programming. You must understand how to program before delving in any single programming language. I recommend a course in programming, covering the basics, like pseudo-code, data types and algorithms. A potential course might be โCode Yours...
W3Schools
w3schools.com โบ php โบ php_intro.asp
PHP Introduction
Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML and more.
Programiz
programiz.com
Programiz: Learn to Code for Free
Python Compiler R Compiler SQL Editor HTML/CSS Editor JavaScript Compiler TypeScript Compiler Java Compiler C Compiler C++ Compiler C# Compiler Go Compiler PHP Compiler Swift Compiler Rust Compiler Ruby Compiler ยท Join 180k+ users learning through step-by-step videos. Perfect for beginners, our ...
Redis
redis.io โบ home
Redis - The Real-time Data Platform
February 10, 2025 - Get your features to production faster.Try Redis Feature Form
Laravel
laravel.com
Laravel - The clean stack for Artisans and agents
UserController.php ยท No more guessing how many servers you need: autoscale up under load and hibernate when idle. Only pay for what you actually use. Full control via dashboard or CLI ยท Instantly add databases, workers, cache, and storageExplore Laravel Cloud ยท
Amazon
amazon.com โบ PHP-Programming-Beginners-Simple-Learning โบ dp โบ 1761030396
PHP Programming For Beginners: The Simple Guide to Learning PHP Fast!: Warren, Tim: 9781761030390: Amazon.com: Books
PHP PROGRAMMING This book offers you basic tutorials on PHP, and it will make it easy for you to understand. After reading this book, you will find that web programming will become more efficient and simpler for you. It will give you the power to compete with other web page designers, and you can interact with your visitors in a stylish way. Even if you're a beginner...
W3Schools
w3schools.com โบ php
PHP Tutorial
PHP is a powerful server-side scripting language for making dynamic and interactive Web pages. PHP is widely-used, open-source and free. Start learning PHP now ยป ยท With our online "PHP Tryit" editor, you can edit the PHP code, and click on a button to view the result. <!DOCTYPE html> <html> <body> <?php echo 'My first PHP script!'; ?> </body> </html> Try it Yourself ยป ยท Click on the "Try it Yourself" button to see how it works. Most chapters in this tutorial end with exercises where you can check your knowledge.
Zend
zend.com โบ blog โบ php-tutorial
Beginner PHP Tutorial | How to Learn PHP in 6 Steps | Zend
See how to learn PHP in this PHP tutorial for new developers. In six easy steps, we explain how to set up a dev environment, connect to a database, and more.