Welcome Guest, Not a member yet? Register   Sign In
Uploading HTML Code
#1

[eluser]webnology[/eluser]
Hi all,

when uploading concert reviews, we also provide the users to upload the embed code you find at YouTube: Normally the code should look like this:

Code:
&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/GVw6i_gdUZ0&hl=nl&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param>&lt;embed src="http://www.youtube.com/v/GVw6i_gdUZ0&hl=nl&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed>&lt;/object&gt;

But when I upload this to the db, it inserts it as:
Code:
&amp;lt;object width=&quot;425&quot; height=&quot;344&quot;&amp;gt;&amp;lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/KLsWDQ0w23E&amp;hl=nl&amp;fs=1&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&amp;lt;embed src=&quot;http://www.youtube.com/v/KLsWDQ0w23E&amp;hl=nl&amp;fs=1&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;425&quot; height=&quot;344&quot;&amp;gt;&amp;lt;/embed&gt;&amp;lt;/object&amp;gt;

So all < and > are not added as they should. I've been trying modifications, but none work. Does anyone knwo why?

My code is as follows (I took out the rest of the code):

Code:
$this->form_validation->set_rules('url_youtube', 'url_youtube', 'htmlspecialchars|xss_clean|trim');

$formdata = array('url_youtube' => $this->input->post('url_youtube'));
$this->db->insert('atg_reviews', $formdata);

The character set of the upload page is UTF-8.

Kind regards,
Michel



[/code]


Messages In This Thread
Uploading HTML Code - by El Forum - 04-28-2009, 03:34 AM
Uploading HTML Code - by El Forum - 04-28-2009, 03:46 AM
Uploading HTML Code - by El Forum - 04-28-2009, 03:47 AM
Uploading HTML Code - by El Forum - 04-28-2009, 03:53 AM
Uploading HTML Code - by El Forum - 04-28-2009, 04:10 AM
Uploading HTML Code - by El Forum - 04-28-2009, 04:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB