Welcome Guest, Not a member yet? Register   Sign In
form helper and form validation
#1

[eluser]Ajaxian64[/eluser]
Hi,

I just try to use form helper with set_value method of form validation class. And I can't.
I would like to retreive in my input form the values of the field:
Code:
echo form_input('xxx',<?php echo set_value('xxx'); ?>);
I have a parse error on this.

Is there a way use both ?

Thanks
#2

[eluser]Georgi Budinov[/eluser]
[quote author="Ajaxian64" date="1284399215"]Hi,

I just try to use form helper with set_value method of form validation class. And I can't.
I would like to retreive in my input form the values of the field:
Code:
echo form_input('xxx',<?php echo set_value('xxx'); ?>);
I have a parse error on this.

Is there a way use both ?

Thanks[/quote]

Perhaps
Code:
echo form_input('xxx', set_value('xxx'));
#3

[eluser]Ajaxian64[/eluser]
thanks




Theme © iAndrew 2016 - Forum software by © MyBB