PHP Filter

What is PHP Filter PHP Filter is used to validate (check the valid format) and sanitize (remove unwanted data) the input data received from an external source. The external source can be a user input, output of a query evaluation, web service data, server variables, cookies, etc. There are two kinds of filters: 1.Validating filters: … Continue reading PHP Filter

Ionic Introduction

What is Ionic Ionic is a powerful tool for building mobile apps using HTML, CSS, and JavaScript. Ionic is an HTML5 mobile app development framework targeted at building hybrid mobile apps. Hybrid apps are essentially small websites running in a browser shell in an app that have access to the native platform layer. Hybrid apps … Continue reading Ionic Introduction