Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
5answers
16k views

How do I find the Windows common application data folder using Python?

I would like my application to store some data for access by all users. Using Python, how can I find where the data should go?
0
votes
3answers
786 views

using includes cross domain that contain php code - failing

I have a series of web sites all hosted on the same server with different domains. I want to host some common PHP scrips and then be able to call these from the other domains. Im am a bit fresh with ...