|
You have two forms there, why? then one with action="#" and the one with action php_self. The one with php_self action misses the closing " from the action parameter. Also remember that you can't execute PHP code in a .html file (unless you have defined php to run also html files which I doubt). You need to have php installed in your web server and then the file needs to be .php.
__________________
|