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 :…
The HTML marquee tag provides a way for browsers to creates a scrolling effect (can be tailored to include any HTML content) vertically or horizontally without having to resort to JavaScript techniques. The marquee is non-standard HTML tag but you can enjoy (or possibly suffers from) good browser support. You can change…
There are so many search engines available on Internet. Most of the users want only a single search engine that delivers basic key features as Relevant results (results you are actually interested in) Uncluttered, easy to read interface Helpful options to broaden or tighten a search Quick response (less time consuming) I prefer Google.Google…