your post is very vague.
have a look into explode.
hi all. my first post here.
I am working on a project that requires the use of mulidimensional arrays and I am stumped about how to go about it.
Basically I need to construct a html table that allows the end user to input data.
MySQL table.
+++++++++++++++++++++++++++++++++++++
-ID |--DrugClass--|--DrugName-|-DrugMaker---|
| 1 | A, B, C, D, E | a, b, c, d, e | txt |
+++++++++++++++++++++++++++++++++++++
Based on this data I need to be able to create a table for data input.
envisioned <HTML TABLE>
-----------------------------------------------
| | A | B | C | # DrugName row
-----------------------------------------------
| a | Y | blank | N |
-----------------------------------------------
| b | Y | Y | Y |
-----------------------------------------------
| c | N | Y | blank |
-----------------------------------------------
DrugName Col.
In this case,
first row would be: |A | blank | C
second row would be: |A | B | C
third row would be: |A| B | blank
(actually I am not sure if this would be correct.)
Can you help me with this?
your post is very vague.
have a look into explode.
:. Web Design & Development Web Design Ireland
:. Search Engines Optimization Search Engines Optimization
:. Car Parts & Accessories Car Parts
:. Cars Ireland Cars Ireland
:. I Have 2 Find It Directory SEF Directory
It is vague alright and you would be using a form to enter data and a table to display it?
Do you need to create rows and columns on the fly?