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.…
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 :…
Search Engine Optimization (SEO) is the process of improving the ranking in the search engine it involves editing its content, HTML, Images. Content is always king and it should be very relative to its specific keywords. Content portion itself of the web development process is vital to the overall success of the website and Google…
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…
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…