call from below number to check your account balance

To do HDFC Bank Balance Enquiry, you can give a call to –

1800-270-3333

To do SBI Bank Balance Enquiry, you can give a call to –

18004253800

To do CANARA BANK Balance Enquiry, you can give a call to –

09015483483

To do Punjab National Bank Balance Enquiry, you can give a call to –

1800 180 2223

To do ICICI Bank Balance Enquiry, you can give a call to –

9594 612 612

To do Bank of India Balance Enquiry, you can give a call to –

09015135135

How to change value of one drop down box based on other drop-down box change using JQuery

Here we are going to discus how to change value of one drop down box based on other drop-down box change using JQuery

Part 1

Html Code

 <div class="select-box">
<select id="courseId" name="courseId" class="select" onchange="course_changeFunct(this.value)">
<option value="1">Option1</option>
<option value="2">Option2</option>
<option value="3">Option3</option>
<option value="4">Option4</option> 
</select>
</div>
<div class="select-box">
<select id="location" name="location" class="select">
<option value="location1">location1</option>
<option value="location2">location2</option>
<option value="location3">location3</option>
<option value="location4">location4</option> 
</select>
</div>

Part 2

JQuery Script

function course_changeFunct(course_id)
{

var menu_type =$("#domains").val();
$.post("site_action_view.php?action=get_location_by_course_id", { course_id: course_id }).done(function( data ) {
	
$("#location").empty();
if(data=='')
{
var select_data='Sorry no Location';
}
else
{
var select_data='Select program'+data+'';	
}
  
$("#location").append(select_data);



});
}

Part 3

site_action_view.php Action Page

	case 'get_location_by_course_id':
        $result = $obj->get_location_by_course_id($_REQUEST['course_id']);
		//print_r($result);
		$var_option="";
		foreach($result as $key=>$data_value)
		{
		$var_option.=''.$data_value.'';	
		}
		echo $var_option;
        break;

why google shows the wrong title for my website

Nowadays many of the website show different title character in google search page ,this is actually done by the hackers, the will replace our original title with Japanese ,Slavic languages, Indo-European languages, East Slavic languages, Balto-Slavic languages any of the languages with our website title this is why google shows the wrong title for my website. Here am going to explain how to remove that hack or spammers and bring back our current title to google search result page.

See below Images google shows the wrong title for my website

why google shows the wrong title for my website

How to remove wrong title for my website

Step 1
Open google and search

site:tutorialshore.com japan **replace tutorialshore.com with yourdomain.com

site:tutorialshore.com Slavic

open the pages code, that listing in the google search result and remove any unwanted code if their that may be done my hackers

Step 2

Open your sitemap.xml page and double confirm all the URL listed in the site map are correct URL in the website, if you find anything regenerate sitemap and resubmit to google webmaster

Step 3

Sort Files by date of modified and find out any new files update without your permission

Step 4

check file permission if any having 444 permission delete that files and upload the same files from your backup.

Step 5

Open google webmaster account

report the hacked pages and remove it with the help of google webmaster

Step 6

Resubmit Sitemap and Recrawl

Open Crawl => Fetch as google =>Fetch and render

See in picture

why google shows the wrong title for my website

How to regenerate HDFC bank new ATM OTP

For security reason all banks are planning to upgrade their ATM card to chip Level, so bank will automatically send new ATM to registered address and the 6 digit OTP they will send as SMS to your mobile number,the validity for that ATM is 30 days,so if you not used within that days it will expire. so the question is How to regenerate HDFC bank new ATM OTP, here are going to explain you how to regenerate HDFC bank new ATM OTP.

Send SMS

Send below sms to 5676712
REPIN [LAST FOUR DIGIT OF YOUR ATM CARD NUMBER]

if you send this sms ,within second you will get a 6 digit otp,we can use this otp to set new atm pin from any of the hdfc bank atm,you should type the new opt followed by your registered mobile number
if your not registered with phone banking,you have to register to phone banking first,below is the structure to register for phone banking

Send SMS to Register Phone banking

Send an SMS to 5676712
REGISTER [YOUR CUSTOMERID][LAST FOUR DIGIT OF YOUR ACCOUNT NUMBER]