$cadena = 'http://www.direccion.com/ruta.php?a1=1&a2=2&a3=4'; $patron = '/(.*)\?/i'; $sustitucion = ''; echo preg_replace($patron, $sustitucion, $cadena);