Facebook like preview box is very useful to get the information about the link we want to share. Recently i was working over a project and i was in need of this preview box. While thinking about this i remember i have created a script regarding the Facebook like preview box in PHP 5 or […]
Category: Home
Netflix Binge Watcher take your Experience to Next Level
First of all let me tell you what is Binge Watching. Whenever a person watches for a long span or whole episode in one shot without any stop is called Binge Watching. According to the Netflix its subscribers are increasing day by day and crosses 139 Million in January 2019. Back to back watching of […]
CentOS Web Panel – Amazing Free Linux Web Hosting Panel
CentOS Web Panel – a Free Web Hosting control panel designed for quick and easy management of (Dedicated & VPS) CWP offers a huge number of options and features for server management in its control panel package. If you are running a VPS or Dedicated Server and need well maintained, useful and free panel then […]
Save Multiple Checkbox Values in Database using PHP and MySql
Save Multiple Checkbox values in Database using PHP is the our topic for this tutorial. Many times in our application we need to save the multiple or single checkbox value in the database for further processing like saving use hobbies, saving multiple answers of a question and many more. I have seen many people stuck […]
How to earn online in 2018 – Just a post and you can earn thousands of dollars.
If you post on social media, and you have a large no. of followers, then its very interesting to know, that you can earn thousands of dollars. You tube, Instagram, Facebook, Twitter, these all social media platforms give you the opportunity to earn. You tube is the highest payer and gives heavy income, twitter is […]
How to Create Dynamic PHP Photo Gallery
Creating Dynamic Photo Gallery php using Mysql is an easy task and you don’t need to put too much efforts to make it working. Recently in our previous article How to Create Dynamic Image Slider Using PHP and Bootstrap we have completed a tutorial in which we have used the Uploading of images and showing the […]
How to Use Webcam in PHP Using HTML5 and Save Image to Database
Hello Friends recently i have added a Tutorial about How to use Webcam in PHP and Save Image to Database using Mysqli. Earlier tutorial using the Flash Plugin for showing the Webcam and clicking the Image. Today i am uploading another tutorial for How to use Webcam in PHP using HTML5, Jquery and Save […]
How to Get Reliance JIO 4g Barcode or Offer Code
Reliance JIO 4g Barcode or Offer Code is too famous these days and everyone want the Code because of free net, free call and free everything for 3 Months. Scheme is from Reliance and the best part is its Internet facility which is 4G and new to India. Due to the super speed net craze […]
Remove PHP Extension from URL Using Htaccess URL Rewrite Rule
Hello friends many times we need to remove the extensions from our URL for better SEO. So in this tutorial we will tell you how you can Remove PHP Extension from URL using .htaccess file. Use the below code in your .htaccess file only
1 2 3 4 |
RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME}.php -f RewriteRule ^(.*)$ $1.php [NC,L] |
In this above code we have used the Rewrite Rule […]