Normally users compile a php page to introduce some informations, then
these infomations are put-in in 10 different array and with POST
method passed to a result php page that elaborate and give result for
the information just inserted.
Now, I want to use a tablesheet in excel to introduce information in
more flexibility mode, and I want to use my php result page to perform
the same elaboration.
Have you an idea how to build the array post variable ?
these infomations are put-in in 10 different array and with POST
method passed to a result php page that elaborate and give result for
the information just inserted.
Now, I want to use a tablesheet in excel to introduce information in
more flexibility mode, and I want to use my php result page to perform
the same elaboration.
Have you an idea how to build the array post variable ?
Comment