I created Frontpage form and want to use the form results to populate Mysql database Table using Php.
Each time that I assign the FP Form { method ="Post" action="test.php" } in the FP editor, it overwrites the "test.php" with "--WEBBOT-SELF--". This causes the test.php file not to be processed at the server.
This process of writing form results to Mysql Database Table works when using a non FrontPage html generated form.
Is there anyway that I can use my Frontpage generated Forms to write the form results to mysql database table using Php
Calvin