All examples (1418)

Build a Telegram Bot with PHP: Step-by-step guide with an example to get your bot up & running quickly.
Learn how to create a secure user registration system using PHP and MySQL with a step-by-step guide and example.
Create a personal cabinet in PHP with this example: learn how to design & implement a secure, user-friendly interface.
"Learn how to create a loop in PHP with a simple example - perfect for beginners!"
Learn how to create a shopping cart in PHP with an easy-to-follow example.
Build your own custom API with PHP: learn how to create, secure, and deploy a PHP-based API with an example.
Create a powerful search engine with PHP: learn how to use MySQL to create a powerful search engine with an example.
Learn how to create a PHP function with a step-by-step example! See how simple it is to make your own custom function to use in your code.
Build a PHP-based Parser: learn to create a parser from scratch with a step-by-step example.
Learn how to sort data in php w/ an example: use the array_multisort() function to organize & order your data quickly & easily.
Learn how to create user authentication in PHP with a step-by-step example. Create secure and reliable authentication easily.
"Learn how to build your own messenger app in PHP with this step-by-step guide and example code."
Learn how to create delays in PHP with a simple example.
Learn how to create a PHP user profile with a step-by-step tutorial, complete with an example.
Learn how to write a comment in PHP with an example. Get the syntax, formatting & best practices for commenting code.
Make a calculator in PHP with an example—learn how to use basic math functions to build a calculator in PHP.
Create a form in PHP with an easy-to-follow example, from basic HTML to a working PHP script.
Make a PHP chat with an example! Learn how to create a basic chat system using PHP, HTML, and JavaScript, with a step-by-step guide.
"Learn how to create a user registration system using PHP & MySQL with step-by-step instructions & example code to get your users signed up quickly."
How to create a safe captcha on php by generating random characters and comparing them with user input? Example!