473,322 Members | 1,699 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

Displaying checkbox values in CSV files

1
I've read several of the site articles and posts on this subject but am still confused. I have a form that contains radio buttons, checkboxes and a text form. The problem is the checkboxes. I process form results back to a .CSV files but, obviously, unchecked boxes do not report data. What do I need to add to the following:

Expand|Select|Wrap|Line Numbers
  1. <input type="checkbox" name="checkbox2" value="Customer Service" id="checkbox2">
  2. Customer Service
  3. </strong></td>
  4. </tr>
  5. <tr>
  6. <td><strong>
  7. <input type="checkbox" name="checkbox3" value="Prepress" id="checkbox3">
  8. Prepress
  9. </strong></td>
  10. </tr>
  11. <tr>
  12. <td><strong>
  13. <input type="checkbox" name="checkbox4" value="Data Programming" id="checkbox4">
  14. Data Programming
  15. </strong></td>
  16. </tr>
  17. <tr>
  18. <td><strong>
  19. <input type="checkbox" name="checkbox5" value="Printing" id="checkbox5">
  20. Printing
  21. </strong>
  22. </tr>
  23. <tr>
  24. <td><strong>
  25. <input type="checkbox" name="checkbox6" value="Mail Production" id="checkbox6">
  26. Mail Production
  27. </strong></td>
  28. </tr>
  29. <tr>
  30. <td><strong>
  31.  
Thank you in advance!
Nov 6 '07 #1
1 1537
omerbutt
638 512MB
what do you actually want to do get the values for the empty chk boxes ?
May 3 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: TG | last post by:
Dear PHP Group, I have two forms that are used to collect user information. The first one takes user inputted values such as fullname, city, address etc. I want these values to display in the...
7
by: Bil Muh | last post by:
Esteemede Developers, I would like to Thank All of You in advance for your sincere guidances. I am developing a software using Visual C++ .NET Standard Edition with Windows Form (.NET)...
4
by: Jack | last post by:
Hi, I have a checkbox the value which goes to a database via a asp page that builds the sql string. In the front end asp page, the checkbox code is written as follows: <i><input...
4
by: Vanessa | last post by:
I have an ASP script which is used to upload files with Persits.Upload.1 object. But I can't get the values from mutliple checkboxes in the form like normally. <form method="post"...
29
by: Amer Neely | last post by:
I've got a dynamically built form with checkboxes for each element ( a list of file names in a directory). I need to grab only those checkboxes that are checked, so I can then delete those files. ...
0
by: deathtospam | last post by:
A few weeks ago, I created a Classic ASP page that connects to a machine with SQL Server installed on it, prompts the user to select a database on that server, then lists all of user-created stored...
0
by: iskyline | last post by:
hi there, I'm working with HTA's and vbscripting, and i've managed to get a list of all the text files from a parent folder defined by the user and displayed the information on the HTA window with...
14
ddtpmyra
by: ddtpmyra | last post by:
Hi below is my script displaying all the information inside the table. Pupose: pupose of this php page is to display all the information on my table and have a check box at the last column that...
13
by: ramprakashjava | last post by:
hi, i hav "java.lang.NullPointerException" error while Deleting table records using checkbox in jsp here i enclosed files help quickly plzzz.. ...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.