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

  • SEARCH
  • Home
  • 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 6475643
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T06:43:46+00:00 2026-05-25T06:43:46+00:00

Please help. I am trying to dynamically name my checkboxes using php. I am

  • 0

Please help.

I am trying to dynamically name my checkboxes using php. I am using POST.
The problem I am running in to is $element is not working. The results of $_POST
does not show any checkboxes.

Thanks in advance for the help.

foreach(array_keys($cart_array) as $element)
{ 
    print "<input type = 'checkbox' checked name = '{$element}' />";
}

But something like

foreach(array_keys($cart_array) as $element)
{ 
    print "<input type = 'checkbox' checked name = '$element}' />";
}

works just fine. Notice the missing { near $element}. This code would show which checkboxes are
on!! The printed array would have an extra “}”

Array
(
    [Tomato_and_Cheese_small] => on
    [Tomato_and_Cheese_small}] => 1
    [Tomato_and_Cheese_large] => on
    [Tomato_and_Cheese_large}] => 1
)

ps. there are other inputs like text that get posted to $_POST just fine.
The print_r($cart_array) works fine too.

  • 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-25T06:43:47+00:00Added an answer on May 25, 2026 at 6:43 am

    The browser sends the value of radio buttons only when they are checked.

    Also, each radio button must have the same name (if you want to user to be able to check only one of them). Only the value changes:

    print '<input type=checkbox checked value="'.htmlspecialchars($element).'" name=checked_items />';
    

    POST this and check the value of $_POST['checked_items']

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Please help I am trying to code for selectAll or clear all using Jquery.
Please help me with this hibernate problem, I'm new to hibernate and still trying
i you please help me out with my problem i am trying to create
Please help, Im trying to search for mysql records using an html form to
please help me resolve this problem: There is an ambient MSMQ transaction. I'm trying
Someone please help. I have an interesting issue. I am trying to implement an
I need some help! Please. I am trying to develop a very very simple
Please help me with a sanity check. Assuming a many-to-many relationship: Post, PostTagAssoc, Tag
Please help me with this question I am trying to change the source of
So Im trying to make an object dynamically, please see below code from my

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.