In this post we are going to create multi select dropdown with checkbox by using jquery in php with Bootstrap Multiselect plugin.
Popular Post: Php
In this tutorials I am going to explore how to build a simple shopping cart in Php step by step using help of Jqury, Ajax and MySql.
This article will illustrate how to import CSV file into MySQL database using Php. Here user will import CSV file using Html form.
In this tutorials i am going to explore how to make Indian Pincode Search System. This is a very useful script for your ecommerce website.
In this tutorial you are going to see step by step how to export Mysql data in PDF file using help of FPDF library in PHP.
In this tutorial you are going to see step by step how to export MySql database into Excel file using PHP.
In this tutorial, We will learn how to develop login with Facebook using Facebook PHP SDK.
Login with Gmail account using PHP tutorial - Integrate user login using Google OAuth PHP client library.
PHP is an acronym for PHP: Hypertext Preprocessor is a widely-used open source scripting language for web development and can be embedded into HTML.
In this tutorial, you will learn how to instal server on local computer or how you can run .php directly on your server if server supports php file.
A PHP script starts with the tag. A PHP script can be placed anywhere in the document.
PHP comments can be used to describe any line of code so that other developer can understand the code easily. PHP supports single & multiline comments.
A variable must start with a dollar ($) sign, followed by the variable name. Variables are used to store some values/data for a program.
PHP echo and print Statements to display the output. echo accepts more than one argument while print accepts single argument.
PHP supports PHP supports the following data types: Integer, Floating point number or Float, String, Booleans, Array, Object, resource and NULL.
A string is series of characters, where a character is the same as a byte. Some commonly used functions are strlen(), str_word_count() & strrev().
PHP provides automatic data type conversion. In this tutorial we will learn about Integer, Float, Number and String.
In Php, The math functions like abs(), cos(), exp() and more that can be used to perform mathematical operations.
A constant is an identifier for a simple value. As the name suggests, that value cannot change during the execution of the script.
In Php, we will learn how to use the operators. Operators are used to perform operations on variables and values.