Dynamic page on python without frameworks
Tell me please how i can make dynamic page with python 3.3 + cgi + apache
+ mysql without any frameworks?
For my little task i need to handle GET request like a:
/index.py?what=data&from=data
After this, connect to mysql and getting data for dynamic page generation.
Maybe i should use something like that?
os.getenv("QUERY_STRING")
Please help me or tell me where i can find some useful information about
this. Thanks
No comments:
Post a Comment