Skip to content

Instantly share code, notes, and snippets.

@dice
Created July 29, 2012 12:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dice/3198352 to your computer and use it in GitHub Desktop.
Save dice/3198352 to your computer and use it in GitHub Desktop.
PHP code snippet for FullCourt Call Tracking Sample Code
<?php
require_once('./include/config.php');
header('Content-type: text/xml');
$db = new DB();
$db->saved_call();
?>
<Response/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment