Variables

docs/examples/example_service_POST.php File Reference

Go to the source code of this file.

Variables

if($_SERVER['REQUEST_METHOD']!=
'POST') if(empty($_POST['favorite_color'])) 
print

Variable Documentation

if ($_SERVER['REQUEST_METHOD']!= 'POST') if (empty($_POST['favorite_color'])) print

Definition at line 32 of file example_service_POST.php.