Print

Print


> post function is not working for forms

In what way is it not working?

Does the $_POST variable not contain the form values?

Does the $_FILES variable not contain the files?

Does the server not respond to HTTP POST method?

Are you posting the form to itself? Or another page? Does this page respond differently for HTTP POST method?

Are you using a framework that is not working correctly?