Re: [PHP] Turning string into a table

2003-07-14 Thread Jeff Harris
On Jul 13, 2003, "zavaboy" claimed that: |Is there a way to make for example: | |// (Column info) |// String 1: |[This column holds |[Col 1] |[Col 2]] |[This second column holds |[Col 3] |[Col 4]] | |// (Row) |// String 2: |[Col 1 (row1)] |[Col 2 (row1)] |[Col 3 (row1)] |[Col 4 (row1)] | |// (Row)

[PHP] Turning string into a table

2003-07-13 Thread zavaboy
Is there a way to make for example: // (Column info) // String 1: [This column holds [Col 1] [Col 2]] [This second column holds [Col 3] [Col 4]] // (Row) // String 2: [Col 1 (row1)] [Col 2 (row1)] [Col 3 (row1)] [Col 4 (row1)] // (Row) // String 3: [Col 1 (row2)] [Col 2 (row2)] [Col 3 (row2)] [C