Last active
March 10, 2020 12:35
-
-
Save nikzad-avasam/3fec734f233dbf4fb8fc442011f8f520 to your computer and use it in GitHub Desktop.
login.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
<?php | |
echo 'this is login page'; | |
?> |
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 | |
exit('here is register page'); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hello