[snip]
When working with an HTML file with a form with

    <form action="somename.php" method="post">
    
the somename.php file is served (completely) to my browser as plain text
after the 'submit' button is clicked on my machine (MacOS X). On the
external webhost though everything is processed correctly...

Is this related to some setting that I should change on my localhost?
[/snip]

Are you working on localhost or the remote server? Have you uploaded the
form to the remote server?

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

Reply via email to