[PHP] newbie bigtime

2002-05-15 Thread k spellman
Just opened a "How to" book today on PHP. Already having problems and wouldn't mind an extra set of eyes. My basic form does not produce results.Any thoughts on this one? http://www.hermengoode.com/php/form.html Thanks! spellman __ Do You Yahoo!?

Re: [PHP] newbie bigtime

2002-05-15 Thread k spellman
you had to say:\n $Comments\n"; ?> And the book suggested POST instead of GET because it is stated that Post is secure and GET is not. Thanks, spellman --- Miguel Cruz <[EMAIL PROTECTED]> wrote: > On Wed, 15 May 2002, k spellman wrote: > > Just opened a "How to" b

Re: [PHP] newbie bigtime

2002-05-15 Thread k spellman
ode with $firstname > rather than > $_POST['firstname']... given that your version of > PHP is probably new > (4.2.x), register_globals is prolly OFF in your > php.ini config file. > > Justin > > > > on 16/05/02 12:13 PM, k spellman > ([EMAIL PROTECTED