Tema: Raro Raro
Ver Mensaje Individual
  #9 (permalink)  
Antiguo 29/09/2008, 12:57
Avatar de ikaroraul
ikaroraul
 
Fecha de Ingreso: octubre-2006
Ubicación: La Paz
Mensajes: 391
Antigüedad: 17 años, 6 meses
Puntos: 16
Respuesta: Raro Raro

sissi ahi como les digo si funciona... pero pues en el .php no estan esos asteriscos... chequeelo y veran de los que les hablo...!!! porfavor luego se sorprenderan y les hara doler la cabeza.


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento sin t&iacute;tulo</title>
</head>

<body>
<?php
$email = "[email protected]";
$lol = stristr($email, '@');
echo $lol;


$email = "[email protected]";
$lol = stristr($email, '@');
echo $lol;
?>
</body>
</html>