
Originally Posted by
Ryan
I want to release a piece of software for download, which allows users to choose a bunch of different options. When they click submit, those options are sent through to my own server for processing. My server will process them and all the user to download CSS created during this processing (that's what the style.php file is for).
I could store everything on my own server, but I want to make the bulk of the software free to download so that users can modify it for their own purposes. However for commercial purposes I want to keep the core code which does the processing on my own server.
The catch here, is that the number of options in the form (test.php) will be quite large and so I can't just send the data back via the URL.
Bookmarks