I don't know - you haven't posted your page
In this simple example, the PHP processing script would go into a file for processing, so let's call it "process.php".
Then you'd point to it via the form action attribute, so it is actioned once the form is posted;I suggest you Google a few PHP form tutorials first though.Code:<form action="process.php" method="post">
Bookmarks