02-11-2011, 01:45 AM
[eluser]SPeed_FANat1c[/eluser]
The ; is not needed. It generates fine url even when I don't use it. I found that the problem was that it used the $_GET array. I didn't add attribute method = "post". I knew there was something stuppid. I usually use echo form_open() function to create a form tag and probably it automatically adds method = "post" attribute, so thats why I forget it there
The ; is not needed. It generates fine url even when I don't use it. I found that the problem was that it used the $_GET array. I didn't add attribute method = "post". I knew there was something stuppid. I usually use echo form_open() function to create a form tag and probably it automatically adds method = "post" attribute, so thats why I forget it there
