Category Archives: PHP Videos
How to create Full Screen Responsive Image Gallery using CSS and Masonry
In this tutorial I am going to show you how to create a full screen responsive image gallery using CSS and Masonry ( is a JavaScript grid layout library ), I am giving you image gallery example but you can create your blog posts, user profiles, video wall etc using this technique so we are giving you this tutorial with a nice demo and source to download for free.
[ Read More ]
Stop using PHP MySQL extension and start using MySQLi or PDO
Nowadays, PHP have several database extensions. In the past, there was only the MySQL extension. Later, MySQLi extension appeared. It enabled developers to write more neat and maintainable code. It had also the power of object-oriented and it was more secure and strongly recommended in its days. Now, we have PDO that literally has it all.
[ Read More ]
How to Reward users for viewing videos using AJAX
In this tutorial, we are going to show you how to reward users for watching videos in your site. They would be rewarded only for watching the whole video without fast-forwarding/skipping parts of it and would be rewarded only once for each video.
[ Read More ]
12 Reasons to Choose PHP for Developing Website
Ever since the dawn of the internet, there have been countless additions and developments over the decades that have amazingly improved a number of our technologies. One of the technologies spoken of regards the creation and development of website designing tools and platforms. Many such website creators/developers have opted to utilize PHP in their website design efforts, and the reason behind this is due to the open-source server-side scripting language, which allows the user to opt for a range of different features at their disposal.
[ Read More ]
jQuery Fullcalendar Integration with Bootstrap, PHP & MySQL
Recently I have used this plugin in an application and faced some issues to integrate it with bootstrap so I don't want my readers to waste time in integration in this tutorial you will get a fullcalendar working with bootstrap, PHP & MySQL. We are doing some basic operations like add event, edit event and delete event.
[ Read More ]
PHP Tutorial Urdu – 12 – Errors Reporting
How do Enable and Disable errors in PHP script and allow only fatal errors not warnings and notices via PHP ini file (PHP Configuration file).
[ Read More ]
PHP Tutorial Urdu – 11 – Comments
How to use comments and what is the benefit of comments in PHP.
[ Read More ]