Custom form validation in codeigniter

codigniter have most of form validations inbuilt but sometime we need to apply our own or custom validation on form fields like mobile, email etc. In codeigniter we can easily apply our custom validation

How to create GUID in php

guid stands for globally unique identifier generally used to create random unique strings in php, create access token in php. It’s easy to generate or use guid in php.