Bootstrap cards is a flexible content container with variety of options like headers, body, footers, contextual background colors and powerful display options. The Bootstrap cards provide you with clarity, clean content categorization and attractive form of presenting to the users. You can not think a better way of displaying your content to users other than […]
Author: PHPZAG Team
Export Data to CSV with PHP and MySQL
Recently we have published tutorial to Export Data to Excel with PHP and MySQL and get huge response from our readers. Many of our users requested to also publish tutorial to export data to CSV using PHP and MySQL. The CSV (comma separated values) format is the most popular file format to use for data […]
Create Dynamic Bootstrap Scrollspy with PHP & MySQL
Sometimes we need functionality to target certain section of the page on scroll position. For example we have content on different topic and wants to show that topic content on scroll and highlight that topic when viewing related content or display topic related content when click topic. If you’re developing project using Bootstrap and thinking […]
Create Thumbnails While Uploading Multiple Images with PHP & jQuery
Thumbnails are small images with reduced size from larger images. Due to small size images, thumbnails are useful to display copies of many large images on a same page. The functionality to create and display thumbnails from larger images needed in all kind of web applications. So in this tutorial you will learn how to […]
AngularJS Multiselect Dropdown List using PHP & MySQL
Multiselect Dropdown lists are very user friendly which allows to make multiple selection from dropdown list. In our previous tutorial you have learned how to implement Multi Select Dropdown with Checkbox using Bootstrap, jQuery and PHP and get huge response from our readers. Many of them requested tutorial to implement Multiselect Dropdown list with AngularJS. […]