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 […]
PHP
Here you will find useful PHP tips and tutorials.
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. […]
Bootstrap Contact Form with Captcha using Ajax and PHP
Contact Form is an important part of any website to gather feedback, questions etc. about website from readers. So in this tutorial you will learn how to create beautiful Bootstrap contact form with Captcha using Ajax and PHP. The tutorial covered in easy steps with live to create contact form using Bootstrap framework with Google’s […]
Export Data to Excel with PHP and MySQL
In our previous tutorial, we have explained how to Import CSV File into MySQL using PHP. In this tutorial, we will explain How To Export Data to Excel with PHP and MySQL. Previously we have published tutorial to Import CSV Data to MySQL with PHP and get huge response from our readers. Many of our […]