Page 23 of 56

How to read excel file and insert into MySQL using PHP

Last updated on December 15th, 2022 at 03:56 pmMany webmasters face issues while reading Microsoft excel spreadsheet data and insert them into the mysql database. Here is simple script that can read the excel file data and display it on the page. User also has the ability to validate the details and then using a […]

How to show loading on form submission using jQuery

Last updated on January 10th, 2023 at 12:21 pmSimple script whicg uses jquery and ajax to submit form values from a basic HTML to a php server side script using jquery.ajax(),For that we need to create HTML web page with a simple login form HTML Form The div tag has a message stating “Loading Please […]

How to create pagination using PHP and MySQL

Last updated on November 6th, 2024 at 12:19 pmIt is advisable to implement pagination when displaying MySQL query results, rather than presenting all results on a single page. This approach enhances user experience by allowing for easier navigation and comprehension of the data. Additionally, pagination reduces the load on the MySQL server. The script I […]

Check if bash array contains a value

Last updated on August 27th, 2024 at 01:16 pmAn array is like a list of elements, you can refer to specific elements in an array with indices. For instance myarray[i] refers to the i th element in an array named myarray. Here i am using korn shell. We can use the below shell script in […]

« Older posts Newer posts »