Welcome Guest, Not a member yet? Register   Sign In
Posting HTML Tags
#1

[eluser]Unknown[/eluser]
Hy all,

at the beginning: thanks for your support.
Here are my Problem. On my Site i have a Codemirror TextArea, where the user can
edit some Meta Tags.
The Problem is if I post
Code:
<meta name="description" content="Beschreibung">
,

and i print the post data with
Code:
print_r(($this->input->post('head')));

i get only in the Browser
Code:
<!-- Add Some Head Tags --> <meta name="description" c>


and in the HTML Source
Code:
<!-- Add Some Head Tags -->
<meta name="description" c>

I find no solution, that CI gives me the orginal HTML Data.

Thanks Ghost
#2

[eluser]Unknown[/eluser]
[quote author="ghost_dergrosse" date="1392378431"]Hy all,

at the beginning: thanks for your support.
Here are my Problem. On my Site i have a Codemirror TextArea, where the user can
edit some Meta Tags.
The Problem is if I post
Code:
<meta name="description" content ="Beschreibung">
,

and i print the post data with
Code:
print_r(($this->input->post('head')));

i get only in the Browser
Code:
<!-- Add Some Head Tags --> <meta name="description" c>


and in the HTML Source
Code:
<!-- Add Some Head Tags -->
<meta name="description" c>

I find no solution, that CI gives me the orginal HTML Data.

Thanks Ghost[/quote]




Theme © iAndrew 2016 - Forum software by © MyBB