ktm
ktm

Reputation: 6085

youtube embed code doesn’t work on browser when i posted via form

I am working on small php application using codeigniter I did just copy paste .youtube embed code on form field. it doesn’t work just show the code as it is. How so i do it ?

Upvotes: 0

Views: 231

Answers (1)

Teej
Teej

Reputation: 12883

You probably have xss_clean active in your $_POST which modifies $_POST variables.

Upvotes: 1

Related Questions