Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #14938
| From | Denis McMahon <denismfmcmahon@gmail.com> |
|---|---|
| Newsgroups | comp.lang.php |
| Subject | Re: empty $_POST after submitting |
| Date | 2015-02-17 17:16 +0000 |
| Organization | A noiseless patient Spider |
| Message-ID | <mbvt0g$1sm$1@dont-email.me> (permalink) |
| References | <4c46ceaf-b7fa-46b9-801d-a0107a5f6774@googlegroups.com> |
On Tue, 17 Feb 2015 06:51:12 -0800, RAM wrote: > I programmed a website in PHP5 (CodeIgniter). I worked fine, but > suddenly I have a problem with a form. Did the form ever work? If it did, what changed? Undo the change. If the form has never worked (eg this is a new form and it doesn't work) reduce the form to the minimum (one data field with a preset value and a submit button) and see if that works. eg: <form method="post" action="filename"> <input name="test" value="test" type="text"> <input type="submit"> </form> If that doesn't work, I guess there's an issue in your codeigniter config. I have no idea how to fix that, sorry, can't help any further. -- Denis McMahon, denismfmcmahon@gmail.com
Back to comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
empty $_POST after submitting RAM <jivanmukta@poczta.onet.pl> - 2015-02-17 06:51 -0800
Re: empty $_POST after submitting Jerry Stuckle <jstucklex@attglobal.net> - 2015-02-17 10:23 -0500
Re: empty $_POST after submitting Denis McMahon <denismfmcmahon@gmail.com> - 2015-02-17 17:16 +0000
Re: empty $_POST after submitting Luuk <luuk@invalid.lan> - 2015-02-17 20:18 +0100
Re: empty $_POST after submitting RAM <jivanmukta@poczta.onet.pl> - 2015-02-18 01:16 -0800
Re: empty $_POST after submitting Denis McMahon <denismfmcmahon@gmail.com> - 2015-02-18 14:54 +0000
Re: empty $_POST after submitting Erwin Moller <erwinmollerusenet@xs4all.nl> - 2015-02-18 11:04 +0100
Re: empty $_POST after submitting Luuk <luuk@invalid.lan> - 2015-02-21 12:14 +0100
Re: empty $_POST after submitting Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-02-21 17:13 +0100
Re: empty $_POST after submitting Luuk <luuk@invalid.lan> - 2015-02-21 17:58 +0100
csiph-web