I have a php script with a text form and a button.on clicking the button the data entered in textform is stored in the phpmyadmin db.i am using xampp for php. another python script is linked to this same table in db taking the text from the table and generating the response.
I want the python script to be called automatically every time after the user has entered the text and clicked the button.how shall I execute this problem and how to run the python script in xampp as I saw some answers but was confused on the use of exec () calls and other methods.. Using python 3.4 Detailed steps explanation is appreciated. Python directory:c:\python34 .py file directory:c:\xampp\htdocs .php file directory; c:\xampp\htdocs
Please somebody help..