Re: [PHP] POST problem (thanks)

2001-08-28 Thread Mashrab Kuvatov
--- Steve Edberg <[EMAIL PROTECTED]> wrote: > My guess is that your register_globals config option > is off: Your are quite right it is off. Right at the bebinning of php.ini it says so. Blame on me i missed it. > You should be able to access the values you want via > > $HTTP_POST_VARS['name']

[PHP] POST problem

2001-08-28 Thread Mashrab Kuvatov
Hi everybody, i'm a newie in php, but i have a general understanding of it. Recently, i've installed PHP as a static module on my Apache-1.3.19 and tried an example i read in PHP tutorial. Assume you have a page with a form like this on it: Your name: You age: and action.php like this Hi