PHP JSON Tester

Call a json web service from PHP and read back the results. <?php // build the json request $userid = ‘jonest’; //strip invalid characters that would not encode to json …

PHP CAS Example

<?php /**  * Example for a simple cas 2.0 client  * Taken from the official CAS example  * PHP 5.4.0, CAS 1.3.0  */ // Load the CAS lib require_once ‘CAS.php’; …