Welcome Guest, Not a member yet? Register   Sign In
Post an array value from form
#11

[eluser]gtech[/eluser]
separate

Code:
<?=form_open('home/parse');?>
  <input type="hidden" name="test" value="test">
  <input type="submit">
</form>

<?=form_open('home/addschool');?>
  <input type="text" name="schoolname">
  <input type="submit">
</form>

you would have some for of submit button in both forms
#12

[eluser]bikuta[/eluser]
Ok, I think I'll stick with the one form.
Thanks alot for all the help I really appreciate it. I'll let you guys know how it goes.

Cheers.
#13

[eluser]gtech[/eluser]
[quote author="bikuta" date="1209233132"]Ok, I think I'll stick with the one form.
Thanks alot for all the help I really appreciate it. I'll let you guys know how it goes.

Cheers.[/quote]

no probs.. good luck.
#14

[eluser]bikuta[/eluser]
Well just to let you guys know, I got it working fine with a list of checkboxes.

Cheers.




Theme © iAndrew 2016 - Forum software by © MyBB