Working with parameters passed via URL directly through query string via Python -
using python cgi script, want take parameters given directly via url (the user type in url directly way) , store data in query string variables.
how can this? how import url variable in first place?
you can use python cgi module or if want use more powerful backend server try basic version of cherrypy test examples.
Comments
Post a Comment