Cita:
Iniciado por pateketrueke Eso no es, ni de lejos, "ofuscación" así que no te confundas.
Es únicamente una cadena de texto codificada en formato JSON:
Código PHP:
Ver original$json = json_encode('<iframe width="600" height="400" frameborder="0" src="https://www.youtube.com/watch?v=Svhjhgf8AyI" scrolling="no"></iframe>');
y como se imprime eso?
ya q con echo de php sale asi
ovbiamente sale caido el iframe
este es el codigo fuente
Código:
<body>
<h1>Sin json!</h1>
<iframe width="560" height="315" src="https://www.youtube.com/embed/AE4b9jO1uB4" frameborder="0" allowfullscreen></iframe>
<h1>Con json!</h1>
"<iframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/AE4b9jO1uB4\" frameborder=\"0\" allowfullscreen><\/iframe>"
</body>