[eluser]dandys997[/eluser]
Hi,
I've got a problem with fetching POST variables' values using CodeIgniter Input Class.
I need to send a full link to a photo data via one of form fields.
But when I use $this->input->post("field_name"), I get:
Code:
<span class="photos"><a href="../photos/panda3.jpg"><img src="../photos/panda3_thumb.jpg" /></a></span>
What should I do to avoid this behaviour of CodeIgniter? I've tried: $this->input->post("field_name", false), but unsuccessfull.
Thanks in advance for help!