All examples (1418)

Learn to use PHP's caching features to speed up your website with a simple example.
Create a "Back" button in PHP: Learn how to make a simple script to take users back to a previous page with an example.
Learn how to create private messaging in php using an example. Create secure, private messaging systems and optimize user experience in your web app!
Create a custom 404 page in PHP w/ example: Learn how to create a simple custom 404 page in PHP & make your website more user-friendly.
Learn how to make a form field mandatory in Php with an easy example.
Learn how to create a modal window in PHP with a step-by-step example.
Create view counters w/ PHP: Learn how to create & use a simple view counter in PHP w/ a working example.
How to change a php password, with an example: step-by-step guide to resetting your password quickly and easily.
"Learn how to set your PHP file to UTF-8 encoding with an example of adding this line to the top of a .php file: header('Content-Type: text/html; charset=utf-8');"
Create a sitemap on PHP with a step-by-step example, covering URL structure, sitemap file, and submission to search engines.
Build secure PHP authentication system with an example - learn how to protect your website with passwords, sessions & encryption.
Learn how to sort an array in PHP with a simple example. Understand how to use sort() & usort() to organize & rearrange your data.
Find out how to make the text clickable using PHP: examples and instructions for implementation.
Design a user-friendly PHP interface w/ examples: learn how to create a web interface using the PHP scripting language & create dynamic, interactive webpages.
Learn how to create a simple search function using PHP with a step-by-step example.
Learn how to create a Shortcode from PHP with an example. Unlock the power of shortcodes to add custom content to your WordPress site.
Learn how to multiply numbers in PHP using code examples.
Create a two-dimensional array in PHP using a simple example to learn the basics of the language.
Learn how to create a simple navigation menu using PHP with an example.
Learn how to use PHP to generate sequential numbers with this step-by-step guide and code example.