Harsh Laghave

Harsh Laghave

2 Articles Published

Articles by Harsh Laghave

2 articles

How to use PHP in HTML?

Harsh Laghave
Harsh Laghave
Updated on 15-Mar-2026 615 Views

To use PHP in HTML, you must enclose the PHP code with PHP start tag . PHP is a server-side scripting language that allows you to embed dynamic content into your HTML pages. PHP (Hypertext Preprocessor) is a popular server-side scripting language used for web development. It allows you to embed dynamic content into your HTML by processing code on the server before delivering the page to the client. Requirements: To run PHP code, you need a web server with PHP installed (like XAMPP, WAMP, or LAMP) since PHP is processed server-side. Basic Syntax ...

Read More

Send SMS Alert to saved contact in Java

Harsh Laghave
Harsh Laghave
Updated on 17-Aug-2024 237 Views

Steps to Send SMS Alerts Using Java In this article, we'll explore how to send SMS alerts to saved contacts using Java. We will guide you on how to Send SMS alerts using Java to saved or unsaved Contacts. Following are the steps to do so − Setting up an account with the SMS provider. Adding provider Java library to your project. Writing Java code to send the SMS. Let's elaborate on the above steps. Setting up Account First of all, we need to set up ...

Read More
Showing 1–2 of 2 articles
« Prev 1 Next »
Advertisements