Search found 3 matches
- Tue Apr 29, 2008 9:27 pm
- Forum: PHP - Code
- Topic: How to add blank and or custom values to my array
- Replies: 5
- Views: 222
- Sat Apr 26, 2008 2:00 pm
- Forum: PHP - Code
- Topic: How to add blank and or custom values to my array
- Replies: 5
- Views: 222
Re: How to add blank and or custom values to my array
It don’t seem to work. Here is a sample of what it does before I added the code you provided so you can visualize what I am trying to do. Maybe I wasn’t adding the code to the correct spot or something. http://www.codetest.info/sandbox/add.php I’m still working on it displaying the correct seletion ...
- Fri Apr 25, 2008 6:12 am
- Forum: PHP - Code
- Topic: How to add blank and or custom values to my array
- Replies: 5
- Views: 222
How to add blank and or custom values to my array
I’m trying to design an inventory system and im running into problems with my code. I have a page where I want to add a number of parts to a order. However, sometimes we may use 1 part, sometimes 2, sometimes three, or sometimes none at all. I am pulling the data I need out of the database, but, how...