RE: [PHP] Form and php

2004-03-24 Thread Clifford W. Hansen
T, Couple of things to try: $_REQUEST[Field Name] or you could extract the values http://www.php.net/extract Till We Meet Again... Clifford W. Hansen Operations Support Developer Aspivia (Pty) Ltd. +27 (0) 11 259-1150 (Switchboard) +27 (0) 11 259-1019 (Fax) +27 (0) 83 761-0240 (Mobile) [EMA

Re: [PHP] form and php

2002-10-04 Thread Gerard Samuel
I believe -> Test Test Tao Hou wrote: >Hi, >I jsut install apache1.3.26 and php 4.2.3 on my win2000 machine for my >course project. > >when I run: >phpinfo(); >?> >everything works fine, it will show me the information. but when I try >the followings, it give me an error: > > >**

Re: [PHP] form and php

2001-03-27 Thread Philip Olson
Hi Augusto, Submit buttons aren't that special, they just send a name=value pair. Doing something like this : If the following is pressed, if ($action == 'edit') will return true. If the following is pressed, if ($action == 'new') will return true. See? Regarding

Re: [PHP] form and php

2001-03-27 Thread Johannes Janson
Hi, i'm sorry but I don't quite get what you mean. Which button is pressed. or post the code. Johannes "Augusto Cesar Castoldi" <[EMAIL PROTECTED]> schrieb im Newsbeitrag Pine.GSO.4.10.10103271417160.12546-10@venus">news:Pine.GSO.4.10.10103271417160.12546-10@venus... > I had a form with