Code examples for the Programming tag - developer knowledge base - page 18 (497)

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 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.
Make a shopping cart with PHP: learn how to build a functioning cart from scratch with this step-by-step guide and example code.
Learn how to create a secure authentication system in PHP with a step by step example.
"Learn how to create slim & powerful php routes with a simple example."
Learn how to concatenate strings in php w/ a simple example. Concatenation is an essential skill for php programming.
Create a powerful neural network in PHP with a simple example: learn how to build and train a neural network from scratch.
Learn to parse PHP with an easy-to-follow example. Discover how to quickly extract data & create engaging content.
Make webhooks work with PHP: learn how to set up webhooks, trigger events and send responses with a simple example.
Learn how to create a PHP cache w/ an example: Store data in a temporary location to reduce server load & improve app performance.
Build your own messenger app with PHP: step-by-step guide with code example.
Learn how to create dynamic php categories with a simple example.
How to Send Email with PHP: Learn to use mail() to send emails with PHP, including an example.
"Learn how to create a constant in PHP with an example of how to use it for better code organization and maintainability."
Make an MVC PHP app from scratch with this step-by-step guide and code example.