Menu
Tag

HTML

Save Multiple Checkbox Values in Database using PHP and MySql

Home, PHP By Apr 18, 2018 9 Comments

Save Multiple Checkbox values in Database using PHP is the our topic for this tutorial. Many times in our application we need to save the multiple or single checkbox value in the database for further processing like saving use hobbies, saving multiple answers of a question and many more. I have seen many people stuck and many times i got…

Create JSON From PHP Array Using Mysql and Post Values in Form

Jquery, PHP By Oct 11, 2014 No Comments

Hello today we will create the JSON from php Array. As now these days we are using jquery and ajax too much and we need it very often. You can read the whole json encoding at php official website. As json_encode(Array) expects parameter as Array. So here we will use the php array. Here i am creating the database and…

Retrieve Data from Database in PHP Display in Table Format

PHP By Apr 08, 2014 No Comments

Hello friends yesterday i was helping some guy at a website. He want to know that how to Retrieve Data from Database in PHP Display in Table Format. So this tutorial is all about getting the values from database and showing it over the website in table format. This is very simple and easy tutorial. Lets suppose we have a…