Page 25 of 56

How to generate one time download link using PHP

Last updated on February 25th, 2022 at 06:13 pmGet IP Address And Generate Time Limited Download Link Using PHP File sharing websites use different logic to expire the download link[They use methods like temporary file location, Databases, Javascript etc.,], You might be wondering how they do that? In this tutorial I am going to show […]

How to parse HTML using PHP

Last updated on October 4th, 2022 at 01:57 pmHTML is merely a subset of XML, so if you are aware of how to parse a xml file using php then this script will be easy to understand. That being said, here we are going to parse a Webpage having simple HTML tags like table, tr […]

How to monitor server load using PHP

Last updated on November 7th, 2024 at 09:21 amThis PHP code checks the current load on the server and takes different actions depending on whether the server is under heavy load or not. Let’s break it down step by step: This code is useful for monitoring server load and preventing overload by limiting access when […]

How to submit form using jquery ajax in PHP

Last updated on January 10th, 2023 at 11:03 amIn this tutorial we are going to discuss about how to create a simple HTML form and submit values to a different page. These form values will be dynamically displayed in the same page itself without browser getting refreshed / reloaded. HTML Form No need to explain […]

« Older posts Newer posts »