From c9c1a014d50adfbf9f472d96139acb4ddc21caac Mon Sep 17 00:00:00 2001 From: humano Date: Sun, 5 Apr 2020 23:07:14 -0500 Subject: [PATCH] codificacion de tildes en url --- funciones/funciones.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/funciones/funciones.php b/funciones/funciones.php index 88765be..571ce9e 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -8836,13 +8836,13 @@ while( $row = mysqli_fetch_array( $sql ) ) { } $icono = "$icon"; $contenido_limpio= html_entity_decode($row['contenido']); - $contenido= rawurlencode("$contenido_limpio"); + $contenido= rawurlencode("$contenido"); - $raw = rawurlencode($ascii_value) ; +// $raw = urlencode($ascii_value) ; $resultadox .= "
- + $contenido