AddThis

Share |

Monday, July 26, 2010

Mutual Trust Bank Ltd.

Thank you for submitting your CV.The Tracking Number for this application is: M2196.We strongly recommend you to print this confirmation page for future referenceMutual Trust Bank Ltd. (MTB) is a fast expanding and well-diversified bank in the ... Keen interest in carving out a career in banking/financial services ...

Thank you for submitting your CV.The Tracking Number for this application is: M2196.We strongly recommend you to print this confirmation page for future referenceClick here to go back to Submission F...

Thursday, July 15, 2010

MySQL Query

SET FOREIGN_KEY_CHECKS=0;DELETE FROM address WHERE USER_ID IN(41,42,43,44,45,46,47,48,49,50);DELETE FROM users WHERE USER_ID IN(41,42,43,44,45,46,47,48,49,50);SET FOREIGN_KEY_CHECKS=1;SELECT * FROM static_page_name WHERE StaticPageTypeID=11 AND StaticPageID IN(41,42,43,44,45,46,47,48,49,50);SET FOREIGN_KEY_CHECKS=0;DELETE FROM address WHERE USER_ID=9;DELETE FROM affiliate WHERE UserID=9;SET FOREIGN_KEY_CHECKS=1;SELECT * FROM static_page_name WHERE StaticPageTypeID=11 AND StaticPageID=9;SELECT CONCAT(' DELETE FROM ', TABLE_NAME, ' WHERE UserID=1;') FROM information_schema.TABLES WHERE TABLE_SCHEMA = 'currentmanpower';SELECT count( 'x' )FROM information_schema.COLUMNS AS MODONWHERE MODON.TABLE_SCHEMA = 'currentmanpower'AND MODON.COLUMN_NAMEIN ('USER_ID', 'UserID', 'OWNER_ID', 'OwnerID...

Sunday, July 4, 2010

message.php

message in php message.php<?php echo "Welcome ! U have to login for continue."; echo "<br/>"; echo "<a href='userLogin.php'>Login</a>";?&...

signup_action.php

signup_action.php<?phpinclude("connect.php");//variable define $userName=$_REQUEST['userName']; $userEmail=$_REQUEST['userEmail']; $userPassword1=$_POST['userPassword1']; $userPassword2=$_POST['userPassword2']; $password=md5($userPassword1); // .......................Email validation................. function isValidEmail($userEmail) { $pattern = "^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$"; if (eregi($pattern, $userEmail)) { return true; } else { return false; } }// .......................Error Message.....................//start error message $error=false; $errorMessage=""; if(empty($userName)) { $error=true; $userNameError=true; $errorMessage.="Please provide username.</br>"; } if(empty($userEmail)) { $error=true; $userEmailError=true;...

Index.php (signup form)

<?php if(isset($error) && $error==true ) {?> <div align="center" style="border:1px solid #F00; background-color:#FFF2FF; width:300px;;"> <?php echo $errorMessage; ?> </div><?php }?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Registration Form</title></head><body> <center> <form name="userRegistration" action="registration_action.php" method="post"> <table> <tr> <div style="text-align:center; font-size:24px;...

Pages 91234 »