You’re well aware with the Sliders or Carousels feature in web design which is used to rotate elements. The Carousels are very popular on E-Commerce websites and especially on the home page as it makes website more user friendly and increase user experience. So if you’re thinking about implementing Carousel in your project then you’re […]
PHP
Here you will find useful PHP tips and tutorials.
Load Dynamic Content in Bootstrap Popover with Ajax, PHP & MySQL
A Popover is similar to tool-tips as it hovers over its parent window but contain much more content. It is very user friendly and unlike tool-tips, popovers can be used to display more information on same page without page refresh. If you’re developing a website and have user list and wants to display each user […]
Create Dynamic Bootstrap Tabs with PHP & MySQL
You have seen tabs in many websites to display dynamic data on different tab on same page. So if you’re thinking about implementing same tabs functionality, then you’re here at right place. In this tutorial, you will learn how to create dynamic Bootstrap tabs with PHP and MySQL. The tutorial explained with an example where […]
Amazon S3 File Upload using PHP
If your website has too many image files and looking for Amazon S3 to store images there to reduces file load time and bandwidth usage, then you’re here at right place. Amazon Simple Storage Service (Amazon S3) is a popular web service that provides highly scalable, durable and secure storage. It’s very easy to use […]
Reduce Image Size While Uploading in PHP
The image upload functionality is common in web projects that allow users to upload images to set profile picture or maintain their image gallery. Mostly large image files are upload and that takes too much time load and effects website ranking. So the uploaded images is very important and it should be reduced as much […]