Mobile Browser Detection and Redirection using PHP
This is a very simple script to detect the mobile browser and redirect the customers to the mobile version of the website. It is very easy to use and is… Read more »
This is a very simple script to detect the mobile browser and redirect the customers to the mobile version of the website. It is very easy to use and is… Read more »
For Localhost / VPS / Dedicated Hosting Open the httpd.conf Find LoadModule rewrite_module modules/mod_rewrite.so Remove # from the beginning of the line Find AllowOverride then change to be <Directory /> AllowOverride… Read more »
Facebook App Create a new Facebook App. Get the APP ID and APP Secret. After creating your App, click Settings. In the Basic section, add your domain name in the App… Read more »
This script will convert numbers to words. It also contains an example. The function can accept big numbers also, both positive and negative. Enjoy coding. function convert_number_to_words($number) { $hyphen =… Read more »