Welcome Guest, Not a member yet? Register   Sign In
deal with form_input(). Miss parameter.
#1

[eluser]dimaomni[/eluser]
Dear coders.
Don't know what is wrong:

php:
form_input('name['.$students->id.']','','maxlength="2"','size="2"');

result is html:
<input type="text" maxlength="2" value="" name="name[1]">

when I've changed maxlength and size result was like :
<input type="text" size="2" value="" name="name[1]">

I've tried changed parameters placement, but without success.

Thanks!


Messages In This Thread
deal with form_input(). Miss parameter. - by El Forum - 04-23-2010, 02:10 AM
deal with form_input(). Miss parameter. - by El Forum - 04-23-2010, 03:20 AM
deal with form_input(). Miss parameter. - by El Forum - 04-23-2010, 03:41 AM
deal with form_input(). Miss parameter. - by El Forum - 04-23-2010, 04:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB