nattydread webforumsuser wrote:
Quote:
i test it in IE6,locally and on the server..it wants to download it as
"mailform.php" and not displaying it as a page...whats that all about? |
Is the server up and running a PHP interpreter? Do you have a local
server installed?
If the answer is 'yes', then upload a PHP-file with this content:
<?php
phpinfo();
?>
and call it in the browser. If it doesn't return informations about the
installed interpreter, then there's something wrong with the
configuration or no PHP installed at all.
Have you tried filename extensions like .php3 or .php4? Some
(misconfigured) servers don't recognize the generic .php extension.
HTH
Micha