Page 30 of 56

How to send HTML email using PHP

Last updated on November 7th, 2024 at 01:20 pmA Beginner’s Guide to Sending HTML Emails with PHP: Tips and Best Practices. This PHP script is used to send an HTML email with custom headers and content. It sends an email to a recipient with the specified subject, message, and headers using the mail() function. Here […]

How to read property file using JSP

Last updated on May 6th, 2022 at 12:57 pmRead a property file using JSP and display it on a browser. This will be very handy for developers who need a quick and easy fix for their long search on the internet on how to load values from a property file using JSP and cannot find […]

How to Scroll top and bottom of page using Jquery

Last updated on January 10th, 2023 at 10:54 amThere are requirements for the web developers to scroll the webpage to the top once a registration form or a form of any kind is being submitted by the user.. It all depends on the design of the webpage. But normally this is applicable when the form […]

How to replace string in file using PHP

Last updated on September 21st, 2023 at 08:01 amIn this tutorial I will walk you through the process step by step to Read file line by line This is the first thing we have to do. Let us assume that the file that contains data is oldfile.txt . In order to read this file we […]

« Older posts Newer posts »