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

Search In

How to use $_Get in php?

PHP $_GET can also be used to collect form data after submitting an HTML form with method="get". $_GET can also collect data sent in the URL. You can see below example of $_Get in php. <!DOCTYPE html> <html> <body> Here you can

How to integrate the Tiny Mice editor

Hello Reader's if you want to integrate the html editor in your form then by using tiny mice you can make the html editing more easy. Lets see how to integrate the tiny mice editor. first you have to open the html file and put the two JS CDN lines i

How to pass an arrray in PHP via Ajax

Hello Readers if you want to send the array into another PHP page then you can use the code below:- I have array made by function .push. In array is very large data. How is the best way send this to PHP script? dataString = array(a->b); // arra

How to set the time for session cache expire in php

Here we will learn with the help of an example that how we can set the time for session cache expire in php. We use a function session_cache_expire() which returns the current setting of session.cache_expire. Example <?php /*Here we are setti

How to display random image from a directory?

To display images from a directory randomly first of all we will give the path to the directory. Then we will select the directory. After that we will open the directory and will get all the files of the directory. <?php $Image_Path = ""; // Roo

How to change background color by click using Javascript

Hello Reader's if you want to change css of any div or section or iframe with just a single click then javascript offers you to do this in real time. Lets see how to change background color of an ifram using just a single click <iframe src="JavaS

Google Maps: How to disable mouse scroll wheel with Google Maps API ?

Diable Google Maps scrolling: I was facing issue with Google Maps API version 3. On page scroll, google maps scroll should be disabled i.e. I have to disable zooming when you scroll on the map. So this is how I have fixed this issue. Write this code

How to get the name of Controller and Action method in View using Asp.Net MVC

Get the name of Controller and Action method in View using Asp.Net MVC In one of my Asp. Net MVC project, I needed the name of the Controller and the Action Method in the View page. For this I used the following code:- @{ var actionMethod = @

How to add Captcha with CakePHP

We can add captcha for blocking spams robots accessing our site or application. We can add captcha in our web application and website by using the below code -> <?php App::uses('AppController', 'Controller'); class PagesController extends AppC

How to create print template of the survey in OpenERP

In openerp to create print template of the survey means that first check response or survey and if response is available then print this response otherwise print survey form and the current row, from the database cursor and also the current user&rsqu

1 56 170
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: