Código
<? // distinge entre el estilo registrado y el estilo anonimo if ($_COOKIE[estilo]) { $estilo = $_COOKIE[estilo]; } else { $estilo = "anonimo"; } ?> <link rel="stylesheet" type="text/css" href="$estilo.css" />
este codigo esta bien?
|
|||
Tema destacado: Security Series.XSS. [Cross Site Scripting] |
|
|