Very easy and handy to use PHP email validation function and File type validation function/methods. Email validation Image File extension validation read out some more ready to use PHP validation functions/methods.…
PHP function to get current web page full URL & current page name. Sometimes, you might want to get the current page full URL. Here is way you can do that. Get current page name. Hope these functions will help you, leave comments if you found anything wrong or these functions is not working on…
Creating SEO-Friendly page URL from your Page Title / heading will very helpful to generate a highly optimized keyword rich URLs for your website, Here is the function to get the SEO-Friendly Page URL from given string.…
Sometimes you need to store the data in database in encrypted format. No worries, use these below very simple function to encode and decode string in php. Below are the functions for doing same and is very easy to use, you can customize these as per your requirement to make it very strong encoded.…
get_magic_quotes_gpc() There is a PHP feature or function called as magic quotes that was created to help protect newbie programmers from writing bad form processing code. Magic quotes will automatically escape risky form data that might be used for SQL Injection with a backslash \. The characters escaped by PHP magic quotes includes :…
Download the latest jQuery FancyBox package by jQuery FancyBox Website 1. Set the headers The first thing to do is include the required files in the header of your page. For the FancyBox, first the jQuery library, then the plugin script, and an additional style sheet files. 2. Next step is to…