function getExt($filename){ $last=substr(strrchr($filename,"."),0); return $last; } function isEmail($Email){ if($Email == "") return 1; if(eregi("([A-Z0-9\.\-]+@[A-Z0-9\.\-]+\.[A-Z\.]+)", $Email)) return 1; else return 0; } function trimcomplete($str){ if($str !=''){ $find = array(" ", "?", "’", "," , ":","'","\s","&"); $replace = array("-", "", "'", "", "","","-","","and"); $newstr=str_replace($find,$replace,trim(strtolower($str))); return $newstr; }else{ return $str; } } function trimspaces($str){ if($str !=''){ $newstr=str_replace(" ","-",$str); return $newstr; }else{ return $str; } } function trimslash($str){ if($str !=''){ $newstr=str_replace("/","-",$str); return $newstr; }else{ return $str; } } function trimdash($str){ if($str !=''){ $newstr=str_replace("---","-",$str); return $newstr; }else{ return $str; } } function trimquote($str){ //$str = str_replace(array('\'', '"', ',','.'), '', $str); return htmlspecialchars(trim(stripslashes($str))); } function trimnewline($str){ return $str; } function encrypt($id, $key) { $id = base_convert($id, 10, 36); // Save some space $data = @mcrypt_encrypt(MCRYPT_BLOWFISH, $key, $id, 'ecb'); $data = bin2hex($data); return $data; } function decrypt($encrypted_id, $key) { $data = @pack('H*', $encrypted_id); // Translate back to binary $data = @mcrypt_decrypt(MCRYPT_BLOWFISH, $key, $data, 'ecb'); $data = base_convert($data, 36, 10); return $data; } ?>
I have been in very close relationship with English teaching for the last 20 years. I have experienced students' better experience regarding learning of English language. I am aware of students' failures in various stages of life. Most of the students in our schools and colleges are found very weak in English. A number of students cannot qualify various competitive examinations and they become indifferent to other subjects as well and unable to get expected results.
I have been trying to run the SIEL after a wide experience of teaching English keeping in mind all the difficulties of the students regarding learning of English.I have tried to run this INSTITUTE on the basis of comparison and contrast with other INSTITUTES so that students are able to learn English easily and practically.
The SIEL will prove very useful to those students who belong to HIndi speaking states and are appearing in various competitive examinations like SSC(CGL/10+2) and Banking Exams.
I am very glad to run this institute entitled 'SAWAN INSTITUTE OF ENGLISH LANGUAGE' (SIEL). This Institute will prove to be very useful to all the candidates who are preparing for various competitive examinations conducted by various organizations. It is equally useful to all the segments of learners who want to learn or improve their knowledge of the subject.