forked from qwerty/milfs
codificacion de tildes en url
This commit is contained in:
parent
c5d8f1db94
commit
d2a4ae1ece
@ -8836,7 +8836,7 @@ while( $row = mysqli_fetch_array( $sql ) ) {
|
||||
}
|
||||
$icono = "$icon";
|
||||
$contenido_limpio= html_entity_decode($row['contenido']);
|
||||
$contenido= urlencode("$contenido_limpio");
|
||||
$contenido= rawurlencode("$contenido_limpio");
|
||||
|
||||
$raw = rawurlencode($ascii_value) ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user