Skip to content

Instantly share code, notes, and snippets.

@arif98741
Created September 26, 2018 08:02
Show Gist options
  • Save arif98741/af7f4f6d85bcda2d8fcb0229f71964cc to your computer and use it in GitHub Desktop.
Save arif98741/af7f4f6d85bcda2d8fcb0229f71964cc to your computer and use it in GitHub Desktop.
undefined index
<?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