Multiplication,Subtriction,Division&Addiotion in JavaScript
- Get link
- X
- Other Apps
By
Siddharth Patel
-
JavaScript Addition,Subtriction,Multlipliacation,Division
img("file:///D:/PHOTO%20GRAFYY/Smiles.jpg")| Enter no1 | |
| Enter no2 | |
| Anser: |
Popular posts from this blogform in class
By
Siddharth Patel
-
SIDDHARTH
By
Siddharth Patel
-
form_newlog
By
Siddharth Patel
-
***************login.php*********** <?p hp /* $host="localhost"; $user="root"; $password=""; $db="demo"; mysql_connect($host,$user,$password); mysql_select_db($db); */ $con = mysqli_connect ( "localhost" , "root" , "" , "siddharth" ); if ( isset ( $_POST [ 'username' ])){ $uname = $_POST [ 'username' ]; $password = $_POST [ 'password' ]; $sql = "select * from loginform where user='" . $uname . "'AND Pass='" . $password . "' limit 1" ; $result = mysql_query ( $sql ); if ( mysql_num_rows ( $result )== 1 ){ echo " You Have Successfully Logged in" ; exit (); } else { echo " You Have Entered Incorrect Password" ; exit (); } } ? > <! DOCTYPE html > <...
|
Comments
Post a Comment