
Search In
Inserting data to a database would be possible by using SQL statements, specifically the INSERT command. Data can be entered into the database using insert query into the function, here is simple line of code that will create a database using i
Hi,
My requirement is monitor task status in windows task scheduler through batch file or programming language like Java. secondly if task is failed then it is notify to user by email. i.e this task is failed.
Thank You,.
Create a property file in the package with extension '.properties' and use those properties defined in the file in jsp by importing the resource bundle package in the jsp.
Example:
config.properties
name=tom
email=tom@gmail.com
phone=22222
log
Creating a form which contains two text fields and a submit button.Main aim is to save data and get the sabed values when needed. variableset() and variableget() functions to store and retrieve data.
/*
* Create a form
*/
function mymenu_settings(
Hi all,
This article is about how to use SendGrid Web API in .net project.
There are two ways you can use API in your project one is to create a web client and post your data to send grid API second is you need to download the package for .Net fr
We generally face a problem when we hit server with path variable that contains special character like dot(.) it gets truncated.
For Example: If you have the mapping
@RequestMapping(value = "/findMe/{emailId}", method = RequestMethod.GET)
publi
Hello Reader's! If you want to send the mail to multiple CC or BCC then you just have to put the emails separated by coma. Lets see the example below:-
First create and string with coma separated cc emails:-
$cc = 'abc@gmail.com,zye@yahoo.com.test@g
If you want few attributes from a table, instead of instantiating a collection of models and then running a .map over them to get the data you need, it’s very much economical to use .pluck to pull only the attributes you need as a array.
There woul
Hello Friends,
If you are looking to implement SMTP email via gmail account. Please follow the below code:
$mailObj = new PHPmailObjer;
$mailObj->SMTPDebug = 3; //SMTP debugging on.
$mailObj->isSMTP();
$mailOb
Hi All,
Regular expression is used to validate input. Python have a library which have many methods to use regular expression.
Regular Expression :- A regular expression (or RE) specifies a set of strings that matches it.
The functions in re libra
