Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6363169
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T00:00:12+00:00 2026-05-25T00:00:12+00:00

I am trying to make a program about recipes. The user would have to

  • 0

I am trying to make a program about recipes. The user would have to be able to add more ingredients if he/she wishes to and at the same he can also remove the fields.

I was thinking on what will I name the multiple field and how will I be able to get the values and insert them into the database?

Any help is appreciated. Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T00:00:13+00:00Added an answer on May 25, 2026 at 12:00 am

    Use square brackets at the end of your field names in HTML and they will appear to PHP as an array:

    <input type="text" name="ingredients[]" value="Chicken" />
    <input type="text" name="ingredients[]" value="Mushroom" />
    <input type="text" name="ingredients[]" value="Cream" />
    

    This will then provide a request variable (let’s assume you use POST for this scenario) so that the request array (i.e. $_POST) appears to PHP (i.e. if you call var_dump) as:

    array(1) {
      ["ingredients"]=>
      array(3) {
        [0]=>
        string(7) "Chicken"
        [1]=>
        string(8) "Mushroom"
        [2]=>
        string(5) "Cream"
      }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to make an application-level add-in for Excel and I would like to
I'm trying to make an actionscript program that will be able to read an
I'm trying to make a program in Visual C# that has my one created
I am trying to make a program that automatically corrects the perspective of a
I am trying to make a program to work on top of an existing
I'm trying to make a program that reads the value at a certain address.
I'm trying to make a program which creates a spaceship and I'm using the
I am trying to make a program in Java that checks for three specific
Hey, I am trying to make a program that minimises any program to the
I'm trying to make a setup program for an ASP.NET web site. I need

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.