This script is only meant to run at the command line."); } $host_id = $_SERVER["argv"][1]; $id = 1; echo "Running: run_data_query(" . $host_id . ", " . $id . ")\n"; run_data_query($host_id, $id); ?>