Welcome Guest, Not a member yet? Register   Sign In
text input value = ";"
#1

[eluser]mouna[/eluser]
Hi everyone!

I'm having a problem getting input type text value on remote server :-S

here is my view code
Code:
<tr>
    <td width="200px"><label for="separator1"><b>Separator</b></label></td>
    <td>&lt;input id="separator1" name="separator1" value=";" /&gt;&lt;/td>
</tr>

and
Code:
$this->input->post("separator1");

on remote server this returns FALSE only if the input value is ";" . on localhost it works fine.

anyone have any ideas why is that happening??




Theme © iAndrew 2016 - Forum software by © MyBB