How do I insert values to database from 3 dropdown lists in a single insert query on the click of a button using PHP and MySQL?

Asked by Last Modified  

2 Answers

Learn PHP

Follow 2
Answer

Please enter your answer

Hi Abinaya You can insert data using single Insert query. You need to take 3 variables and get the value of each drop down using $_POST into the variable then use three variables in insert query. Thanks for more you can contact us.
Comments

Web Developing

$conn = mysqli_connect('127.0.0.1','root',''); $db = mysqli_select_db($conn,'DataBase_Name'); $insert = "INSERT INTO `table_name`(column1,column2,column3) VALUES('dropdown1','dropdown2','dropdown3') "; $query_insert = mysqli_query($conn,$insert); if($query_insert) { echo "Inserted successfully"; } else { echo...
read more
$conn = mysqli_connect('127.0.0.1','root',''); $db = mysqli_select_db($conn,'DataBase_Name'); $insert = "INSERT INTO `table_name`(column1,column2,column3) VALUES('dropdown1','dropdown2','dropdown3') "; $query_insert = mysqli_query($conn,$insert); if($query_insert) { echo "Inserted successfully"; } else { echo "Error in inserting the Data"; } read less
Comments

Related Questions

What is PHP? How it can help me?
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. PHP...
Test
0 0
7
What is the fee for php classess?
Basic + Advanced + WD + MVC, full php developer profile Rs. 12000/- 4 month with practice.
Manjunath
Why does â??5/2 = 2â?? and not 2.5 in Python?
Due to dynamic Typing. use Numpy , and declare data type , you will get desired result
Srikanth
0 0
6

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

How to create your website with PHP?
PHP is a server-side programming language used to create web pages that are more interactive than their HTML counterparts. PHP also optimizes the speed of web pages since processing occurs on the server...

PHP Intro.
What is PHP? PHP is an acronym for "PHP Hypertext Preprocessor" PHP is a widely-used, open source scripting language PHP scripts are executed on the server PHP costs nothing, it is free to download and...

Core PHP v/s PHP Frameworks
PHP Frameworks: Framework is a piece of software by which one can develop large enterprise, robust & secure software applications. Frameworks provide straight forward flow and strict guidelines by...

Happiness Or Satisfaction: How To Quit Your Day Job?
Four years ago on a sunny April morning, I slinked into my new office building, suit slightly too big, 24-years-old and clueless. It was my first day working at a large, prestigious Organization. The...

Try to clear up the basics, if basics are clear then you can go ahead with any difficult problem
Hey guys, To all the students i just want to convey that just clear up your basics so that they can help you solve anyu problem and you would achieve a great success. Regards, Ishani Chakraborty

Recommended Articles

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Applications engineering is a hot trend in the current IT market.  An applications engineer is responsible for designing and application of technology products relating to various aspects of computing. To accomplish this, he/she has to work collaboratively with the company’s manufacturing, marketing, sales, and customer...

Read full article >

Software Development has been one of the most popular career trends since years. The reason behind this is the fact that software are being used almost everywhere today.  In all of our lives, from the morning’s alarm clock to the coffee maker, car, mobile phone, computer, ATM and in almost everything we use in our daily...

Read full article >

Looking for PHP Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you