PHP + Cherrypy
Posted: Sat Nov 19, 2005 7:28 pm
Hi! I would like to create a form in php that takes user input, sends the data to a python script (using Cherrypy) where the input is processed and then redirects the result (data) to a textfield in the original php page. Is that possible? How can I do this?
php (take input in form) => {Cherrypy} python (input processed) => php(result published in form)
/Paulina
php (take input in form) => {Cherrypy} python (input processed) => php(result published in form)
/Paulina