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

Search In

SQL Server : Global Variables

SQL Server provides a number of global variables, which are very useful.The values of these variables is maintained by the server. All the global variables represent information specific to the server or a current user session.The names of global var

How to create a new column in an existing table in Rails

This the existing table in migration folder. class CreateArticles < ActiveRecord::Migration def change create_table :articles do |t| t.string :title t.text :text t.timestamps null: false end end end Now I have to ad

Stored Procedure in SQL

A stored procedure is a set of one or more SQL statements that resides on Sql Server.We create stored procedure to perform repetitive tasks Types of Stored Procedure System Defined Stored Procedure These stored procedure are already defined

Basic git commands

Hi All, Here are some basic and required git commands for starting purpose: 1: Set your name: git config --global user.name "Your name" 2: Set your emails: git config --global user.email your_email 3: Clone repository: git clone git_repository

Need Informatica PIM

Hi, I would like to learn informatica PIM. Can some one provide it and i will pay you   Regards Sudha  

Static vs Dynamic Routing Protocols

Routing Protocols   Routing is the process of sending data from one end to the other. While doing this you need to select the best or the shortest path for sending data to the node from one point to the other.     There are a lot

how to consume Asp.net webservice from php client

I have tried this code: require_once('php/lib/nusoap.php'); $client = new nusoap_client('http://210.212.23.51/rtpsappeal/service1.asmx?WSDL',true); $userKey = "Zxo7654IBN"; $applicationId = '040172192101500191'; $result = $client->call(

Why password_verify Function Not Passing the Verification in PHP Application?

Php Programmers,   Why does the password_verify keep failing ? I checked the myql tbl column name (passwords) and there is no typo. The $query is able to get the $result querying the db ($result = true). The password_verify is in this format

prev 1 3 1595
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: