Mostlikers Programming Blog, Related codeigniter jquery, php, mysql and more things

13 March, 2014

PHP age calculator script

Find your age using PHP age calculator script. This code easy find your age and calculate total no.of days . try this simple coding make your own age calculator.

04 March, 2014

Multiple image upload concept using php & mysql

In this tutorial, We are going to see How to upload multiple images using PHP and MySQL. Sometimes we need to allow user upload multiple images in the database. Once the user has uploaded multiple images we must need to provide image edit, delete option. Previously  I have used to stored all the images name in single table column for using implode() and explode() function. Later I'm facing issues on to delete or modified particular uploaded images.  

multiple image upload using php and mysql

03 March, 2014

PHP implode and explode concept

This concept based on multiple value to store on array function. its post to the database after that value fetch explode mode. previously fetch the value on array function but unlimited array value not possible to fetch array function. so follow this to learn about foreach mode fetch array function.


explode

27 February, 2014

Simple Human verification code in php

This article related on Human verification code (CAPTCHA). its check to the requiring little human maintenance or intervention in administering the test. CAPTCHA must be taken to correctly identify each character after to submit form value post on database.

random

13 February, 2014

PDO Form value inserting into Database

previously  i posted on PDO basic tutorials so now i create small form using insert and update query in PDO. it's best helpful for Beginners to learn something about  PDO.

12 February, 2014

PDO Basic insert,view,update,delete function

Nowadays Most of them using Mysql query but  MySQL is old extension officially deprecated. After improve the code to induce on Mysqli and PDO function. follow this tutorials learn how to insert,view and update query using PDO.

http://www.mostlikers.com/2014/02/pdo-tutorials.html