Welcome Guest, Not a member yet? Register   Sign In
HTML and Forms helpers
#3

[eluser]Fireclave[/eluser]
this is shorter, because you can make your PHP code and then your html code i.e.

$mail = array(
'name' = 'email',
'id' = 'id',
'value' = set_value('email', 'default value')
);
...

echo form_open('abc/def');
echo 'Email:' . form_input($mail);
echo form_close();


Messages In This Thread
HTML and Forms helpers - by El Forum - 11-11-2010, 06:50 AM
HTML and Forms helpers - by El Forum - 11-11-2010, 07:06 AM
HTML and Forms helpers - by El Forum - 11-11-2010, 07:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB