connect_to_database("localhost", "root", "bot", "coronabot"); // Create the variables table with the default settings in the coronabot database to save information (unless already created): $corona_bot->create_database_table("variables"); // If the user changed the bot settings using the bot interface, save new settings to the database table (variables): if(isset($_POST["submit"])){ $corona_bot->save_new_bot_settings("variables", $_POST["sid"], $_POST["token"], $_POST["to_number"], $_POST["from_number"], $_POST["country"]); } // Get the previous data in the database table, including the Twilio settings: $previous_data = $corona_bot->get_previous_data("variables"); ?> WhatsApp Coronavirus Notifier Bot

WhatsApp Coronavirus Notifier Bot


" />


" />


" />


" />