All examples (1418)

Build your own Parser with PHP: Understand the basics and learn to write your own code with a simple example.
This tutorial shows how to validate data in PHP, with a simple example of validating a form.
Create a blog using PHP with an example: Learn how to build a blog from scratch with PHP and a sample blog project.
How to set encoding in PHP: learn how to define the encoding of a page using the header() function with an example.
Learn how to create a basic email in PHP, complete with an example of how it's done.
Build trust with customers using PHP: learn how to create reviews & see a sample code example.
Create secure login system for your website with easy-to-follow steps and example code.
Learn how to filter data in PHP with a practical example. Discover the basics of PHP filtration with our comprehensive guide.
Learn how to create a secure captcha in PHP with a step-by-step example. Improve user experience & protect your website from bots.
Learn how to create arrays in PHP with a simple example. Quickly and easily store data in a structured format.
Learn how to create a delay with PHP using sleep() and usleep() functions, complete with a code example.
Create automated emails with PHP. Learn how to set up a simple mailing list & send personalized emails to your subscribers.
Explore how to create tags in PHP with a simple example! Learn how to use PHP to create dynamic tags to make your webpage more efficient.
Create dynamic catalogs in PHP with this step-by-step guide, including an example.
Learn how to make PHP cookies with a simple example: create, read, edit, and delete cookies in PHP.
Learn how to create a store with PHP: Create a product page, add a shopping cart & checkout, and receive payment.
Create a secure login page with PHP: learn how to make a simple login page with a username, password & example code.
Learn how to delete records in a PHP database with a simple example.
Make filtering easy with PHP: Learn how to create a basic filter using PHP, with an example to get you started.
Learn how to use PHP echo to create dynamic webpages with an example.