This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
@author : Shubham Maurya, | |
Email id : [email protected] | |
**/ | |
Hi all , Welcome to shubhammaurya.com , Today we are going to discuss , | |
how to Call HTML JavaScript Function from PHP using echo | |
1.Make a file in notepad and save it as index.php and paste the below code. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
@author : Shubham Maurya, | |
Email id : [email protected] | |
**/ | |
Hi all , Welcome to shubhammaurya.com , Today we are going to discuss , | |
how to Show Progress Bar After Registration Form Submission | |
1.Make a file in notepad and save it as index.php and paste the below code. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi all , Welcome to shubhammaurya.com , Today we are going to discuss , | |
how to Hash Password and Crypt Password Using PHP. | |
We are going to use 2 Methods. | |
1.crypt() and 2.password_hash() | |
1.Make a file in notepad and save it as index.php and paste the below code. | |
<?php |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Download the Project here : http://shubhammaurya.com/tuts/simple-html-bootstrap-login-form/ | |
STAY CONNECTED FOR MORE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.player-container { | |
background-color: black; | |
} | |
.player-minimize .player-position { | |
background-color: white; | |
border-radius: 2px; | |
bottom: 20px; | |
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25); | |
left: 20px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi all , Welcome to Maurya Tricks , Today we are going to discuss , | |
how to Share Post on Facebook in an easy way. | |
1.Make a file in notepad and save it as index.php and paste the below code. | |
<html> | |
<body> | |
<div id="fb-root"></div> | |
<script>(function(d, s, id) { | |
var js, fjs = d.getElementsByTagName(s)[0]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* | |
*/ | |
class USER | |
{ | |
private $db; | |
//Constructor |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi all , Welcome to Maurya Tricks , Today we are going to discuss , | |
how to make a Simple Live Notification Example in PHP using Ajax | |
/** | |
@author : Shubham Maurya, | |
Email id : [email protected] | |
**/ | |
//Database Creation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi all , Welcome to Maurya Tricks , Today we are going to discuss , | |
how to Open Choose File option by clicking on Image or Button in HTML | |
/** | |
@author : Shubham Maurya, | |
Email id : [email protected] | |
**/ | |
1.Make a file in notepad and save it as index.php and paste the below code. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi all , Welcome to Maurya Tricks , Today we are going to discuss , | |
How to Upload and Retrieve Image From Database in PHP | |
//Database Creation | |
Make a database named “testdb and table named “image” . | |
Give the element name 'b_image' (varchar(255)) in tables 'test'. | |
//Make a folder named "image" in your directory , here the images get saved | |
1.Make a file in notepad and save it as index.php and paste the below code. |