Ver Mensaje Individual
  #4 (permalink)  
Antiguo 09/04/2008, 14:04
Avatar de JoniJnm
JoniJnm
 
Fecha de Ingreso: mayo-2007
Ubicación: Madrid
Mensajes: 264
Antigüedad: 17 años, 10 meses
Puntos: 4
Pregunta Re: Ayudita con $_GET

Cita:
Iniciado por usermax Ver Mensaje
Con ponerlo sin comillas dobles es suficiente
No me di cuenta, jejeje

Cita:
Iniciado por usermax Ver Mensaje
prueba así:
Código PHP:
<?php if ($_GET['texto']) { $valor stripslashes($_GET['texto']); } 
else { 
$valor "Buscar..."; } ?> 
  <input name="texto" type="text" value="<?= $valor?>>
Sigue igual, deben ser las

Cita:
Iniciado por alvlin Ver Mensaje
magic_quotes
Tendré que llamar a los del servidor

Gracias!