Here I will continuously upload my activities & Tasks related to Front-end web development .
This code stores the robot control panel instructions in a database and displays it on another PHP file using XAMPP localhost.
This repositery includes CONTROL-PANEL .php file which contains the robot controller once a button is clicked it will be stored in a database and will read from the database and display it
to run this code :
-
installing XAMPP and create a database called 'mojahed_task2', and a table called 'contro panels'(see the photo below)
-
creating a user for the database with the following information : User name, Host name,and password
$conn = mysqli_connect('localhost', 'root', '', 'mojahed_task2').
-
database should be as defined below ,once a button is clicked it will be stored in it
-
putting the files in 'xampp\htdocs'
Basic Chatbot With Speech Recognition utilizing MIT app innovator. it recognizes the speech and replies concurring to it, it shows and expresses the answer message. For more details (i.e.code , APK and project file) click here
Python code to READ the content of URL and turns it into a string
THANK U )