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

Search In

Filtering multiple variables

Here we will learn how to filter multiple variable using the filter_var_array() function.It returns an array of values for all the requested variables else it will return FALSE if failed. Example $abcd = array ( "firstname" => "ravi",

How to store user information in NSUserDefaults in swift language?

Hi Reader’s, This blog includes the concept of how to store user information in NSUserDefaults in swift language. Below is the code in swift language for the same:-   import UIKit import Foundation class RegisterViewController: UIView

Send data through ajax call and receive Json response from controller in Springs

Here is the sample code implementing ajax call to send the data of a form to the controller and receiving json response from controller. Student.java Create a java bean class and generate setter and getter. public class Student { private Str

How to create request method on odoo server ?

If the create method is successful, the value associated to the request key will be a dictionary containing various information about the created request: 1-id: the request id 2-key: your private key for this request For example code is like below.

How to send e-mail using Pentaho Kettle?

To send an e-mail: Step1: Create a Job. Step2: From Design menu, drag and drop Mail in your Job. Step3: Right Click, Edit the Mail and set up Address, Server, Email Message, Attached File(if any). Step4: Execute the Job.

How to create a login page with validation using angular js?

  In this blog, we illustrate how to create a login page with some validation using angular js. To validate a login form data we can use the following to trace the error: 1. $dirty:- It is used to check whether the value has been changed or

How to insert multiple records into MySQL Using MySQLi/PDO

Here we will learn how to insert multiple records into MySQL Using MySQLi/PDO using the mysqli_query()/exec function in MySQLi and PDO respectively.The examples below insert two new records to the "Employee" table: For example: MySQLi mode <?

How to Creating Outgoing Mail Server in openerp-6.1

To Creating Outgoing Mail Server in openerp-6.1 Follow these step given below:- 1. Go to Setting->Configuration->Email->Outgoing Mail Servers, and create 2. In Description field, give an appropriate name, example: localhost 3. SMTP Server,

How to create incoming mail Server in openerp-6.1

To create incoming mail Server in openerp-6.1 follow these step given below:- 1. Go to Setting->Configuration->Email->Incoming Mail Servers, and create 2. Give a Name, example: Incoming Gmail Server 3. Select Server Type as POP/IMAP 4. In Se

How to attach transformation log in Mail using Pentaho Kettle?

To attach a transformation log in Mail: Step1: Right Click, edit the Transformation. Step2: Go to Logging Settings. Step3: Enable Specify Logfile, and provide the name and extension of file as below: Step4: Go to Mail, edit the settings. Step5

1 71 75
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: