Password Recovery
Please use the form below to recover your password by email.
echo "$errorMsg";?>$dbusername = "ct_cald_23vg3"; $pwd = "aR9HnF7Vy1Rm"; $host = "localhost"; $dbname = "ct_cald_23vg3"; $conn=mysql_connect($host, $dbusername, $pwd); $db=mysql_select_db($dbname,$conn) ; ?> function sql_quote( $value ) { if( get_magic_quotes_gpc() ) { $value = stripslashes( $value ); } //check if this function exists if( function_exists( "mysql_real_escape_string" ) ) { $value = mysql_real_escape_string( $value ); } //for PHP version < 4.3.0 use addslashes else { $value = addslashes( $value ); } return $value; } ?>