View Single Post
  #66 (permalink)  
Old 04-09-2008, 03:35 PM
javarishi javarishi is offline
Member
 
Join Date: Apr 2008
Posts: 91
javarishi is on a distinguished road
Look Lema,
You Write Here The Logic a simple if else condition to decide

Whether user is authorised or not, if(){
forward("success");
}
else{
forward("failure")
}
Reply With Quote