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

Search In

How to upload two separate files in php

Hi if you want to upload two separate files from one single form to be uploaded and with a for simplest code Look at mine code. The form will have two separate input files but you need to name them common, ex 'files[]' I'm using 'upload[]' in this c

How to building a table using angular ?

The ngRepeat directive instantiates a template once per item from a collection. Each template instance gets its own scope, where the given loop variable is set to the current collection item, and $index is set to the item index or key -angularJS The

JQuery aminate() Method

Jquery animate() method performs a custom animation of a set of CSS properties to change the state of an element from one to another. Only numeric values can be animated (like height: "100px"). But string values cannot be animated (like "background-c

JQuery aminate() Method

Jquery animate() method performs a custom animation of a set of CSS properties to change the state of an element from one to another. It is to note that only numeric values can be animated (e.g. height: "100px"). String values (e.g. "background-color

How to use AJAX in WP

If you are looking to use AJAX in WP. Please follow the below example. var stateName = $('#state').val(); $.ajax({ type: "POST", url: "<!--?php echo admin_url( 'admin-ajax.php' ); ?-->", data: { 'action':'custom_dropdown_ci

How to save data on local system using Javascript

Hello Reader's if you want to store some data on user local system so that even he turn off or refresh the webpage the data will still remains the same then you can use the Javascript for that. Let's consider an example where you have an counter wh

How run blinking effect of div in Jquery

Hello Reader if you are making the content based website where you want to show div in bounce or blink effect. Here this code is driven by Jquery. First create html file with name bounce.html and its code will go like this:- <!DOCTYPE html>

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

Networking Security

During initial days of internet, its use was limited to military and universities for research and development purpose.   Later when all the source is getting integrated then people start to transmit data from one location.   All securi

Communication Mode in Client Server Model

Communication   Two processes in client-server model can interact in various ways: Sockets Remote Procedure Calls (RPC)   Sockets   In this communication technique, Server opens a socket using a port when client requ

1 245 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: