All examples (1418)

Make a shopping cart with PHP: learn how to build a functioning cart from scratch with this step-by-step guide and example code.
Learn how to create a secure authentication system in PHP with a step by step example.
Learn how to create a redirect with PHP, including an example of a 301 redirect.
Learn how to create an array in PHP with an example: create, access, add and remove elements from an array.
Create a user registration form in PHP with an example. Follow our step-by-step guide to learn how to make it quickly and easily!
"Learn how to create slim & powerful php routes with a simple example."
Learn how to concatenate strings in php w/ a simple example. Concatenation is an essential skill for php programming.
Create a powerful neural network in PHP with a simple example: learn how to build and train a neural network from scratch.
Learn to parse PHP with an easy-to-follow example. Discover how to quickly extract data & create engaging content.
Make webhooks work with PHP: learn how to set up webhooks, trigger events and send responses with a simple example.
Learn how to create a PHP cache w/ an example: Store data in a temporary location to reduce server load & improve app performance.
Learn how to create a secure authentication system with PHP and MySQL. Follow a step-by-step guide to understand the process with a practical example.
"Learn how to make a php cache with an example – boost your website performance and reduce server load!"
Learn how to use PHP caching to optimize your website performance with an easy-to-follow example.
Learn how to use PHP rating system to rate items, with an example of rating books.
Build your own messenger app with PHP: step-by-step guide with code example.
Learn how to create dynamic php categories with a simple example.
How to Send Email with PHP: Learn to use mail() to send emails with PHP, including an example.
"Learn how to create a constant in PHP with an example of how to use it for better code organization and maintainability."
Make an MVC PHP app from scratch with this step-by-step guide and code example.