Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to insert values into database in php.

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

I need to monitor task status and if Task failed notify email

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,.

How to read properties from property file in jsp?

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

VariableSet() and variableget() in drupal

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(

How to Use SendGrid Web API in .Net Project

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

Spring MVC @PathVariable getting truncated

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

How to send mail with multiple CC using PHP

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

Use .pluck If You Only Need a Subset of Model Attributes

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

How to send SMTP email with gmail account

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

Regular Expression In Python

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

1 15 131
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: