<?PHP
require "functions.php";
localnet_or_die(); //check for localnet
//delete todo
if($id) {
//delete existing record
$DELETE = "DELETE from er_todos WHERE id = ".$id."";
runSQL($DELETE);
} //end delete
$id = $company_id;
require "company.php";
?>