Created
September 26, 2018 08:02
-
-
Save arif98741/af7f4f6d85bcda2d8fcb0229f71964cc to your computer and use it in GitHub Desktop.
undefined index
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 | |
if(isset($_POST['aname'])){ | |
$aname = $_POST['aname']; | |
$lanme = $_POST['lname']; | |
$email = $_POST['email']; | |
$pass = $_POST['pass']; | |
} | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment