Code examples for the Php tag - developer knowledge base - page 15 (320)

Make informed decisions with PHP: learn how to create selections with an example.
Create a secure token for your PHP app in minutes! Learn how with this step-by-step example.
Learn how to create an admin panel with PHP, step-by-step tutorial with example code included.
Learn how to create indentations in PHP with an example of using whitespace to enhance code readability.
Create complex functions quickly with php recursion: learn how to use it with a detailed example.
Fixing 404 errors: learn how to create custom 404 pages with PHP and an example code.
Learn how to easily redirect users with PHP using header() & example code.
Learn to create a simple PHP routing system with an example in this easy-to-follow article.
Create a custom php profile with this easy-to-follow example. Learn how to set up your own profile in minutes!
Create a PHP timer with an example: Learn how to create a simple, yet effective timer with a step-by-step guide and example code.
Create a secure, personalized anchor in your PHP code with this tutorial, complete with an example.
Learn how to create a hyperlink in PHP with an example. Explore the basics of the hypertext transfer protocol and how to use it in your code.
Learn how to generate random numbers in PHP with an easy-to-follow example.
Learn how to create a string in PHP with an example. Find out the different ways to define and format strings and how to manipulate them.
Create a dynamic calendar in PHP with an example, from setting up the structure to customizing the look & feel.
Create a PHP form in 5 steps with an example: input fields, validate & sanitize, submit, receive data & respond.
"Build a PHP server with this step-by-step guide, complete with an example to get you started quickly."
Learn how to create SEO-friendly URLs with PHP: an example of creating and routing URLs with a simple script.
Create clickable PHP links with an example: Learn how to create clickable links with PHP, and see an example in action.
Create a real-time chat with PHP: learn how to use the Ratchet library to build a simple chat app with an example.