Hallo bright people of phpbuilder,
a few days ago I asked to generate a table by getting userinput from another page (with sessions)
by exampe:
I got
$var1 = 3;
$var2 = 4;
this will create a script which displays a table for public with 3 rows and 4 columns, with in every field a input field.
When the user submits, his wanted table is displayed correctly,
and the values will be stored in a MYSQL database.
(Maybe with explode/implode??)
Can I store this input in a database? and which direction would I think off?
When you read my other post, you will find as far as I got...
Please give me some clues.