Open SpritaJ opened 2 years ago
how can we register the answers in sql table (php my admin) ? the thing is i want to use the chatbot as an add to database (crud) is it possible ?
you can write a php code on top of the file <?php if(isset($_GET['email']) && !empty($_GET['email'])){ code to save it to your database } ?>
how can we register the answers in sql table (php my admin) ? the thing is i want to use the chatbot as an add to database (crud) is it possible ?