Re: [PHP] scripting process doesn't function

2006-12-27 Thread tedd
leave the 'action' blank to have it post to the current URL (regardless of what it is. Duh? This is the new thing I learned today. I've been messing around with _SERVER["SCRIPT_NAME"] and _SERVER["PHP_SELF"] just to make sure the code is portable -- and then you point out something I've been

Re: [PHP] scripting process doesn't function

2006-12-27 Thread Jochem Maas
Geert T wrote: > Hi, > > I have made some script that process the users input, and validates the > input and sends it back. But it doesn't work very > well, in fact it doesn't work at all. I am only able to see and input my > name and such in the html form, but the php part doesn't do it's job.

Re: [PHP] scripting process doesn't function

2006-12-25 Thread Sancar Saran
On Monday 25 December 2006 13:35, Geert T wrote: > Hi, > > I have made some script that process the users input, and validates the > input and sends it back. But it doesn't work very well, in fact it doesn't > work at all. I am only able to see and input my name and such in the html > form, but the