CodeIgniter Forums
$_POST does not transmit any data - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9)
+--- Thread: $_POST does not transmit any data (/showthread.php?tid=66995)



$_POST does not transmit any data - Pfeilei - 12-29-2016

Hello,

my Problem is that my POST-Form does not transmit any data.

The Form works perfect on my local Server XXAMP.
I have uploaded the files to my vServer, and the POST-Form does not work.

The Problem could not be in my script.
The Problem must be any configuration.

I hope you can help me.
I am looking for 3 days after the error.

Thank you!


RE: $_POST does not transmit any data - andersonunsonst - 12-30-2016

I did not understand anything, please elaborate


RE: $_POST does not transmit any data - Wouter60 - 12-30-2016

Please, share some code. Use the PHP button on the toolbar to generate a php code block.
How do you declare the form tag in your view?
Also take a look at your application/config/config.php file. What's the value of $config['base_url']?


RE: $_POST does not transmit any data - InsiteFX - 12-30-2016

Try different URI Protocols ./application/config/config.php - $config['uri_protocol'] = 'REQUEST_URI';