Chabot

Simple Chatbot in PHP | CyberChipNet
Simple Online Chatbot

Hello there, how can I help you?

0){ //fetching replay from the database according to the user query $fetch_data = mysqli_fetch_assoc($run_query); //storing replay to a varible which we'll send to ajax $replay = $fetch_data['replies']; echo $replay; }else{ echo "Sorry can't be able to understand you!"; } ?>