How could be possible something like this:
The standard of form syntax is:
<?php echo form_open('controller_name/function_name');?>
But I have came to moment when I need to make form controller function with argument which would look something like this:
<?php echo form_open('controller_name/function_name(argument_name)');?>
I searched on google but I couldn't find any solutions for this. Any ideas?