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

Search In

Search in MySQL using FULL-TEXT INDEXING in PHP Without LIKE and Wildcard Operator

Hellow Readers , Today in my blog I am going to explain about Quick searching in MySQL using FULL-TEXT INDEXING. Many times we made a big mistake during searching from MySQL, we use the wildcard and like operator "LIKE %helpful website%" w

What is STUFF in SQL Server

STUFF():-          STUFF is SQL SERVER function which is used to insert the string in another string. It deletes the specified number of characters from first string and insert the new string in the place of d

Exception handling in SQL

Exception handling in SQL Whenever an exception occurs our code gets disrupted. Exception handling is a way to handle these disruptions,  Like we may log when an exception occurs or we may raise error when any exception occurs. We can use TRY a

Display data from MySQL using PHP and angular JS

Hello friends, Today we will learn how to fetch data from MySQL and display it using angular JS. First we will make a PHP  file for retrieving data. dbresult.php <?php // set up the connection variables $dbname = 'dbname

Read projects from Project Server 2013 and Project Online using CSOM - Video Tutorial

To read data from Project Server 2013 and Project Online using CSOM The Project Server CSOM includes three assemblies for development of client applicationsMicrosoft.ProjectServer.Client.dll Microsoft.SharePoint.Client.dll Microsoft.SharePoint.C

Difference between update() and merge() in Hibernate

Difference between update() and merge() method : Hibernate has different methods to save, fetch, update and delete object. Commonly or the most popular methods to update the data are update() and merge(). The update() method is widely used to update

How to set conditions in Find function of cakephp2.x

In cakephp we might be familiar with the simple find("all") and findById() functions. But fetching data with some conditions like we write select query with where condition. lets us first look at simple find function $this->User->find("all"

One JAVASCRIPT FORM Needed

WE NEED HELP creating a single Form in Javascript. Can you help us? Our Nonprofit institution is trying to raise donations to save a historical mill. We offer various “thank you gifts” for various donations, and we are currently using Pa

Important HTML meta tags for SEO

Hi Guys, In todays blog post , we are discussing the HTML meta tags as SEO propective. What is this meta Tags ? Meta tags are a great way for webmasters to provide search engines with information about their sites. (They) can be used to provide i

EXISTS in SQL

EXISTS simply tests whether the inner query returns any row. If it does, then the outer query proceeds.   If not, the outer query does not execute, and the entire SQL statement returns nothing.   The general syntax for the Exist stateme

1 146 258
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: