foo = "bar"; baz = "foz";
<?php session_start(); include_once "common.php"; /* * This script delivers AJAX content. * This page is not intended to use separately. */ /** * Script Requirements * ------------------------ * * Goal Type should be set * User ID should be set is ses
