Created
November 2, 2016 17:20
-
-
Save ZaeemSattar/b5ec59ca7a9c40e9936e4b4263e91ddc to your computer and use it in GitHub Desktop.
Simplest understandable API example in 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 | |
$name=$_POST['name']; | |
echo $name | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment