Ver Mensaje Individual
  #9 (permalink)  
Antiguo 13/07/2015, 09:46
Avatar de NSD
NSD
Colaborador
 
Fecha de Ingreso: mayo-2012
Ubicación: Somewhere
Mensajes: 1.332
Antigüedad: 12 años, 9 meses
Puntos: 320
Respuesta: Problemas con URLs Amigables y PHP

Código Apache:
Ver original
  1. RewriteEngine on
  2.  
  3. RewriteRule ^artista/([a-zA-Z0-9_-]+)$ artistas-ver.php?nombre=$1

artistas-ver.php
Código PHP:
Ver original
  1. <?php
  2.     var_dump($_GET);

http://localhost/artista/aitor-rewind
Código HTML:
Ver original
  1. array (size=1)
  2.   'nombre' => string 'aitor-rewind' (length=12)
__________________
Maratón de desafíos PHP Junio - Agosto 2015 en FDW | Reglamento - Desafios