"Learn how to create your own game with Python and see an example of a simple game made with the language!"
Learn how to make POST requests in PHP with an example. Explore the different methods and parameters used to send data to a server.
"Learn how to send emails with PHP using a simple example. See how to use the mail() function and create a mailer script."
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 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 use JavaScript in PHP with an example of a simple form submission task.
"Learn how to make an Ajax request with PHP, plus a step-by-step example to get you started."
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!
Create an online survey using PHP: learn how to create a survey form, add questions & get feedback from users with an example.
Learn how to create dynamic php pages with an example. See how to use variables and loops to generate content for your page.
Create your own search engine with PHP. Learn how with a step-by-step example.
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.
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.
Learn how to create a modal window in PHP with a step-by-step example.
"Learn how to set your PHP file to UTF-8 encoding with an example of adding this line to the top of a .php file: header('Content-Type: text/html; charset=utf-8');"
Design a user-friendly PHP interface w/ examples: learn how to create a web interface using the PHP scripting language & create dynamic, interactive webpages.