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” […]
Page 50 of 58
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 […]
How to run jsp in xampp?
Last updated on November 12th, 2024 at 08:58 amThis post will help you in running and compiling JSP files using your XAMPP server on Windows. There are two sections in this tutorial one is basically covering how to deploy JSP in newer XAMPP versions and the other one is running JSP in older versions of […]