Browsing Category
Php
Create Like & Unlike System in PHP MySQL and jQuery [Improved]
We have created a like and unlike script on our readers request we received many users feedback they face problems in counter etc. Now I have fixed all bugs and created its improved version with multiple like unlike on single page and for…
Push Notifications for Web Browsers
How do you increase the site’s traffic? E-commerce businesses’ main goal is to keep engage their existed subscribers and get the new visitors. There are many ways to grow site’s traffic and customer engagement - by sending email…
Differences between MySql and MySqli in PHP
Mysql and MySqli both are the PHP based extension which we used to make connection with our database and handle database query through PHP. It makes easier to communicate with database and handle all database related queries, There is large…
Create a local PHP MySQL development environment
Whether you are a seasoned PHP/MySQL programmer or a beginner, you will benefit from having a development environment. A development environment allows you to test your code as you develop your web application before publishing it to the…
7 Best PHP Frameworks for 2018
As one of the most celebrated web development platforms, PHP has been used by web developers all over the world. The skill and knowledge of PHP developers is worth an immense amount of appreciation. Every facet of project development has…
TOP 5 Classified Ads Scripts in PHP
TOP 5 Classified Ads Scripts in PHP- If you want to create a classified website like OLX, Quicker then Here I have complied some best Classified Ads Scripts in PHP. You can install these script in your website sub domain or main domain to…
Top 5 Online Hotel Booking Script in PHP
Top 5 Online Hotel Booking Script in PHP- If you are working on project where you need to integrate online hotel booking system in your project then here I have compiled best free and paid hotel booking script in PHP. which you can download…
How to calculate days in a month using PHP
If you want to calculate number of days in specific month year then In php there is pre-define function called cal_days_in_month which return the number of days in a month for a given year and calendar.
Copy Paste below function in…
How to extract all links of any web page using PHP
IF You want to extract links of any web page using php script and store in your database or simply create url extractor to analyse any website then in this tutorial i am going to share simple php function which help you to extract all links…
How to import / restore MySql tables using PHP
If you want to import mysql tables on run time of php application then here I am going to show you how you can easily restore mysql tables using PHP. Generally you use to import mysql database from PHPMyAdmin, It is one of the easiest…