Learn how to make a page refresh in PHP with a simple example.
Create cookies using PHP with examples: Learn how to set, get and delete cookies using PHP with code examples.
Learn how to make a "Who's Online" feature in PHP, with a step-by-step example.
Learn how to use PHP's SELECT statement with an example: quickly create powerful queries to manipulate data in your database.
Learn how to create multi-dimensional arrays in PHP with an example. Understand the basics and gain the confidence to use them in your code.
Learn how to convert strings to integers in PHP with an example: convert a string of digits to a number, cast a float to an integer, and more.
Learn how to use PHP's array_keys() to turn values into keys with an example.
"Learn how to create pagination on PHP with a simple example and code snippets!"
Learn how to create a custom PHP filter with an example to help you get started.
Learn how to use JavaScript in PHP with an example of a simple form submission task.
Learn how to make an HTTP request with curl in PHP with a simple example.
Create a mail sender with PHP: learn how to use the mail function, create HTML emails, and send attachments in no time!
Create JSON data with PHP: learn how to use json_encode() and json_decode() functions with an example.
Learn how to create a loop in PHP with an example. Follow our step-by-step guide to master this essential coding skill.
Build a PHP class w/ an example: Learn how to create your own custom class & use it in PHP w/ an easy to follow example.
Create an image using PHP with this step-by-step guide, complete with an example code.
Learn how to create a PHP variable and store data with this easy example.
"Learn how to perform a check in PHP with a step-by-step example of using if-else and switch statements."
Learn how to create PHP functions and see a step-by-step example for creating your first one.
Learn how to create a file in PHP with a step-by-step guide and an example to get you started.