<input type="file" multiple accept="image/*" class="btn btn-file" id="fileToUpload" name="...
Codeigniter Multiple file upload Code easy way
function do_upload () { $this -> load -> library ( 'upload' ); $files = $_FILES ; $cpt = count ( $...
Google Distance Between Places using lat lng or address location names
https://maps.googleapis.com/maps/api/distancematrix/json?units=imperial&origins=kunkalamarru&destinations=chirala Output { ...
PHP code to extract emails from any type of text
<?php ini_set('memory_limit', '-1'); function extract_email_address ($string) { foreach(preg_split('/\s/'...
Jquery File validations easy coding
This is very easy to understand and customize file upload extension validation and size validation with jquery code..... In this code swal(...
United States of America All List of Cities in Mysql
CREATE TABLE IF NOT EXISTS states ( id INT NOT NULL AUTO_INCREMENT , name CHAR ( 40 ) NOT NULL , abbrev CHAR ( 2 ) NOT...
Javascript Debugging Beginner tutorial
Beginner Guide to Page and Script Debugging with Chrome Download Examples http://www.codeproject.com/Articles/273129/Beginner-Guid...
Handling Radio Buttons In Angular JS
This is the example to handle radio button in the angular JS forms <!DOCTYPE html> <html> <script src="http://a...
How do I redirect all visitors to HTTPS/SSL
Hi, This is the PHP Script to redirect all the http users to the https <?php if($_SERVER['HTTPS']!="on"){ if(subs...
Reset form for bootstap select plugin used forms
When the user click on the reset button of a form, the form will be reset to default values.. $(':reset').on('click', f...
How to display Javascript Errors with line and column numbers
window.onerror = function (errorMsg, url, lineNumber, column, errorObj) { alert('Error: ' + errorMsg + ' Script: ' + url ...
Popular Posts
- Use of undefined constant EXT - assumed 'EXT' Filename: core/MY_Loader.php
- How to Fix Permission Denied Errors in cPanel With One PHP Script
- Autocomplete Current place address and city name with geocomplete
- Detecting the idle time. if user is idle state auto execute url
- Created at Update at timestamp trigger in mysql
- How to prevent .htaccess file access in server
- Wait function or setTimeout function in jquey
- Ionic Modal PopUP
- Countries Database sql file for mysql and sql
- PHP script to upload image from URL