Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/06/2003, 22:13
Avatar de fmmeson
fmmeson
 
Fecha de Ingreso: enero-2002
Ubicación: Tucuman
Mensajes: 401
Antigüedad: 22 años, 2 meses
Puntos: 2
Código PHP:
$compmysql_query("SELECT * FROM instalador where rut_instalador = $rut_ist");
if(
$row mysql_fetch_array($comp)){
echo 
'<script language="JavaScript">';
echo 
' alert("El Instalador ya está Ingresado");';
echo 
'</script>';
header("location: paginaanterior.php"); ///enviamos a la pagina
exit; ////siempre usar despues de header

__________________
Lo que se hace por AMOR esta mas allá del BIEN y del MAL - Friedrich Nietzsche
http://www.hispanogeek.com.ar
Desarrollador IT -