Learn how to use JavaScript in PHP with an example of a simple form submission task.
Learn how to create a loop in PHP with an example. Follow our step-by-step guide to master this essential coding skill.
Learn how to create PHP functions and see a step-by-step example for creating your first one.
Create a multi-dimensional array in PHP w/ an example: learn how to store data in multiple layers & access it using loops & array functions.
Build your own PHP search bot with this step-by-step example! Learn the basics of search engine programming & create a powerful tool for your site.
Create a photo gallery in PHP with a simple example: learn how to upload, display and manage images with PHP.
Learn how to send post requests with PHP, including an example of the code used.
Learn how to edit data in PHP with an easy example. Understand the basics of manipulating data and start coding!
Learn how to create dynamic php pages with an example. See how to use variables and loops to generate content for your page.
PHP: Make an array global with example; learn how to make your variables accessible from anywhere in your script.
Create your own search engine with PHP. Learn how with a step-by-step example.
Learn how to use PHP to create tabulated data with this easy step-by-step guide, complete with example code.
Learn how to make an array unique in PHP with an example: use array_unique() to remove duplicate values from an array.
Learn how to create a php product filter with an example. Create a custom filter to sort, search, and display products.
Learn how to create dynamic routing on PHP with a simple example.
Make a REST API in PHP with an example: Learn how to create a REST API in PHP using a simple example.
Create your own proxy server in PHP, with a step-by-step guide and example code.
PHP: Learn how to create a multidimensional array with an example. Create, access & modify nested arrays & get more out of your code!
Learn how to create a php search engine with a step-by-step example. Get ready to power up your website's search capabilities!
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.