MI SOOK LEE wrote:
Some guy told me that I can call the .html file as a form action
instead of .php file.

You can, but unless you configure your web server to consider .html files to be PHP scripts, it doesn't make much sense. HTML documents are static, so you wouldn't be able to do anything with the data.

Hope that helps.

Chris

--
Chris Shiflett
Brain Bulb, The PHP Consultancy
http://brainbulb.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to