All examples (1418)

Build a PHP bot with an example: Learn how to create a powerful bot using PHP, including an example step-by-step guide.
Make a PHP server in 5 steps: install Apache, configure MySQL, install PHP, configure virtual hosts and test.
Learn how to create a php database using an example! Understand the basics of database design & implementation.
Learn how to convert HTML to PHP with an example: using the PHP's DOMDocument class to create a document object and parse a HTML file.
Learn how to create a guestbook in PHP, with a step-by-step example!
Learn how to create a basic calculator in PHP using an example!
Create transliterations in PHP with an example: learn how to convert non-Latin characters to Latin using PHP's transliteration functions.
Learn how to sort a php table with an easy example: use sort() function to order columns in ascending or descending order.
Learn how to validate forms with PHP and create secure, user-friendly forms with an easy-to-follow example.
"Learn how to make a copy of a php file with this easy-to-follow example."
Create a PHP code editor with this tutorial: step-by-step guide, examples & more!
Build your own admin panel with PHP & an example. Learn how to create a secure, custom-made admin panel to manage your website!
Learn how to create a simple email verification system with PHP & example code.
Learn how to create customer feedback forms in PHP with an easy-to-follow example.
Learn how to create a user registration process with PHP and an example code to get you started.
PHP: an example of the implementation of an automatic reloading of the page.
Create a secure login form for your website using PHP. Example included!
Create a secure user registration & authentication system in PHP with a step-by-step example.
Learn how to create a PHP engine with an example - step-by-step instructions and code snippets.
Design your own customizable calendar in PHP with this simple example.