Advertisement

12.05.2007 at 09:52AM PST, ID: 23003732
[x]
Attachment Details

Inserting / updating multiple checkbox values into a field using php / mysql

Asked by Simbob in PHP and Databases, PHP Scripting Language, MySQL Server

Tags: , , , ,

Hi, I've been trying to set up a form using checkboxes to update multiple values into a field database (MYSQL) using php.  Can multiple values be inserted into a single field name within a table?, and if so, how can I insert them using checkboxes??  I've included the code example to give you an idea of where I am.......

CheersStart Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
<?php
$names = $_REQUEST['category'];
foreach ($arr as $names)  {
 
$updateSQL = sprintf("UPDATE Table SET category='%s' WHERE id=%s", $names, (int)$_SESSION['user']->getID());
}
?>
 
<form name="updateForm" action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post">
 
<input type="checkbox" name="category[]" value="orange"></input>Orange
<input type="checkbox" name="category[]" value="purple"></input>purple
 
<input type="submit" name="sender" value="Save Profile">
 
</form>
[+][-]12.05.2007 at 09:59AM PST, ID: 20413488

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12.05.2007 at 11:17AM PST, ID: 20414071

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]12.05.2007 at 01:53PM PST, ID: 20415476

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12.06.2007 at 02:55AM PST, ID: 20418625

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]12.06.2007 at 04:08AM PST, ID: 20418869

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12.06.2007 at 04:21AM PST, ID: 20418944

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12.06.2007 at 05:48AM PST, ID: 20419449

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]12.07.2007 at 10:53AM PST, ID: 20429806

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12.07.2007 at 11:36AM PST, ID: 20430160

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12.07.2007 at 11:42AM PST, ID: 20430200

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12.10.2007 at 07:57AM PST, ID: 20442502

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]12.10.2007 at 09:46AM PST, ID: 20443494

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: PHP and Databases, PHP Scripting Language, MySQL Server
Tags: php, multiple, checkbox, mysql, using
Sign Up Now!
Solution Provided By: jaydm
Participating Experts: 4
Solution Grade: A
 
 
[+][-]12.10.2007 at 10:03AM PST, ID: 20443656

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628