Last updated on May 3rd, 2024 at 11:10 amIn this tutorial we are going to setup load balancing using Apache. Couple of modules in Apache needs to enabled for this. Before we get started let me walk you through the server details and environment in which I am running this load balancer I have an […]
Page 48 of 56
Last updated on October 4th, 2022 at 01:32 pmThis tutorial will explain how to disable dropdown list inside a form using javascript. If you have lets say a dropdown list of two values then you can disable that using javascript when you mark a checkbox. Here as an example I have a form named “frm” […]
Last updated on January 10th, 2023 at 02:08 pmThis tutorial focus on how we can use PHP to generate MySQL table to PDF. Along with simple PHP code we are also using FPDF library. You need to make sure that you Download Library first. Make sure to modify the database details according to your settings. […]
How to export data from MySQL table to csv using php
Last updated on August 19th, 2022 at 09:56 amYou can export data from MySQL table to CSV using php, I am providing complete code especially using mysql_connect for PHP Version 5 and below as well as mysqli_connect for PHP latest versions (5/6/7). Here is the content of MySQL table named mydb This tutorial require 1 […]