Welcome Guest, Not a member yet? Register   Sign In
[solved] Problem using $this->cart->insert($data) when $data contains rare characters ?
#1

[eluser]chefnelone[/eluser]
Hello
I have this issue when using $this->cart->insert($data):

consider this code:

Code:
$data = array(
'id' => $this->input->post('product_id'),
'name' => $this->input->post('product_name')
)

$this->cart->insert($data);


Then if input->post('product_name') value contains any of these latin characters: Á, é, È the the data is not inserted in de cart.

How can I solve this??
thanks
#2

[eluser]chefnelone[/eluser]
Solved, I found the solution to this.
#3

[eluser]Unknown[/eluser]
What is the solution............ pls write ASAP




Theme © iAndrew 2016 - Forum software by © MyBB