Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/06/2005, 23:07
Avatar de stock
stock
 
Fecha de Ingreso: junio-2004
Ubicación: Monterrey NL
Mensajes: 2.390
Antigüedad: 19 años, 10 meses
Puntos: 53
intenta hacer esto:

Código PHP:
String pregunta1texto1.getText();
String pregunta2texto2.getText(); 

if(
pregunta1.equals(pregunta2)){
   
//son iguales
}else{
   
//son diferentes :)