View Single Post
Old 07-03-2006   #6 (permalink)
Telos
Eternal Being
 
Join Date: Feb 2006
Location: Finland
Posts: 239

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.
__________________
Telos is offline