[PHP-WIN] Re: form to php

2004-07-30 Thread Al Jones
Very nice answer Mark, some of us newbies get lost in the fray here so *I* really appreciate when someone takes the time to show how and explain the workings. I'm tackling a form and database, and as a new php person it's a bit intimidating! "Mark Collin" <[EMAIL PROTECTED]> wrote in message new

[PHP-WIN] Re: form to php

2004-07-29 Thread Mark Collin
You haven't closed your form tag which is causing it to all go wrong. Here is some working code for you: Your name: Your age: action.php: Hi .You are window.alert('You must complete both fields'); You would probably find