Welcome Guest, Not a member yet? Register   Sign In
Codeigniter “No input file specified.” error when submitting form?
#4

[eluser]ErinKabbash[/eluser]
After hours of banging my head against the wall I solved my own problem.. you need to use the direct link instead of the short hand of the form open tag.. like this..

echo form_open('http://mysite.com/welcome/emailsender');

instead of this..

echo form_open('welcome/emailsender');


Messages In This Thread
Codeigniter “No input file specified.” error when submitting form? - by El Forum - 10-11-2013, 07:12 PM



Theme © iAndrew 2016 - Forum software by © MyBB