Skip to content

Instantly share code, notes, and snippets.

@ZaeemSattar
Created November 2, 2016 17:20
Show Gist options
  • Save ZaeemSattar/b5ec59ca7a9c40e9936e4b4263e91ddc to your computer and use it in GitHub Desktop.
Save ZaeemSattar/b5ec59ca7a9c40e9936e4b4263e91ddc to your computer and use it in GitHub Desktop.
Simplest understandable API example in PHP
<?php
$name=$_POST['name'];
echo $name
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment