Código PHP:
<?
$texto="el";
$parser='^el';
preg_match($parser, $texto, $coincidencia);
echo $title[1];
?>
Cita:
¿Qué estoy haciendo mal?Warning: preg_match() [function.preg-match]: No ending delimiter '^' found in C:\AppServ\www\sitios\mar de links\prueba-buscar-urls.php on line 5
gracias de antemano