I have a simple form that calls a .php script once submitted. It's
currently on a Linux server. The form data is sent via method="post"
but the data isn't being sent by the browser.
I have tested the form and .php script on another server on a different
network and it works fine.