Welcome Guest, Not a member yet? Register   Sign In
New user, having a couple of issues
#1

[eluser]darkpedro[/eluser]
Hi there. I'm a new user to both PHP and CI. I've gone through the tutorials and a couple of other CI tutorials that I've found.

So, I get stuck on all the forms tutorial for the dumbest reason. For some reason I cannot get a submit button to work. I get everything to display, I can fill things in, but when I click submit, nothing happens.

I'm using
Code:
<php echo form_open('form/submit'); ?&gt;
to open,
Code:
&lt;?php echo form_submit('submit', 'Submit'); ?&gt;
for the button, and
Code:
&lt;?php echo form_close(); ?&gt;
to close but I'm stuck at this point.

Does anyone have any suggestions? Is learning CI alongside of PHP even a good idea? Thanks for your help.

edit:
I've also autoloaded the 'url' and 'form' helpers.


Messages In This Thread
New user, having a couple of issues - by El Forum - 10-20-2007, 11:51 PM
New user, having a couple of issues - by El Forum - 10-21-2007, 12:06 AM
New user, having a couple of issues - by El Forum - 10-21-2007, 12:30 AM
New user, having a couple of issues - by El Forum - 10-21-2007, 04:33 AM
New user, having a couple of issues - by El Forum - 10-21-2007, 07:42 AM
New user, having a couple of issues - by El Forum - 10-21-2007, 08:23 AM
New user, having a couple of issues - by El Forum - 10-21-2007, 12:27 PM
New user, having a couple of issues - by El Forum - 10-21-2007, 02:47 PM
New user, having a couple of issues - by El Forum - 10-21-2007, 02:55 PM



Theme © iAndrew 2016 - Forum software by © MyBB