Re: POST method and xls file
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Whilst lounging around on 10 Jul 2003 07:10:22 -0700, aleb@tele2.it
(Bela) amazingly managed to produce the following with their
Etch-A-Sketch:
[color=blue]
> 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 ?[/color]
The array will have been built form the form. As a demo to display
the contents:
<?php
foreach ($_POST as $foo => $bar) {
echo "$foo => $bar<br />\n";
}
?>
Regards,
Ian
-----BEGIN PGP SIGNATURE-----
Version: PGP 8.0
iQA/AwUBPw11FGfqtj2 51CDhEQKStgCeLN oi2ZGGjrC94Rh2c 6NubOOVBD0Amwd4
h7Iy2R6l/Hno+l6lqnqTLwdt
=LFvn
-----END PGP SIGNATURE-----
--
Ian.H [Design & Development]
digiServ Network - Web solutions
www.digiserv.net | irc.digiserv.ne t | forum.digiserv. net
Programming, Web design, development & hosting.
POST method and xls file
Collapse
This topic is closed.
X
X
-
Guest replied -
POST method and xls file
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 ?
Tags: None
Leave a comment: