Re: [PHP] "cool" PHP sites

2002-02-27 Thread Batara Kesuma
On Tue, 26 Feb 2002 10:07:55 -0900 "Chris Lott" <[EMAIL PROTECTED]> wrote: > It strikes me that my students really don't have a good grasp of what > PHP is capable of doing, since they are getting bogged down in learning > the minutiae of the language itself. So (quickly if possible-- I'd like >

Re: [PHP] Fetching the values from previous page

2002-02-25 Thread Batara Kesuma
On Mon, 25 Feb 2002 10:04:07 -0800 Steven Walker <[EMAIL PROTECTED]> wrote: > Dear Batara, > > There are global variables that serve this purpose. You must have > register_globals turned on: > > http://www.php.net/manual/en/language.variables.predefined.php > $_POST > An associative array of v

[PHP] Fetching the values from previous page

2002-02-25 Thread Batara Kesuma
Hi all, I have a page that post a lot of variables to the next page. It looks like: one two three On next.php I can access all the values through: $f_text1, $f_text2, and an array $f_multiple1. My question is, how can I pack all of these variables from previous page _without_knowing_ t