code for submit software

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
hello3003
Forum Newbie
Posts: 3
Joined: Thu Sep 27, 2007 4:10 am

code for submit software

Post by hello3003 »

after we buy a software, provider sent us a link to email for download.

is the link dynamic or static one?
I think it is dynamic, because if we do not download in specified period, the link becomes invalid.

Now I need same thing to submit my software to users.

could you explain more story about software submission, and give me sample code to get start?

thanks
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

Post by aceconcepts »

I guess it depends on the conditions of download you wish to impose

1. download expiry date
2. who is allowed to download it? (comparative list...)
3. are the "downloaders" members or recorded as users in a database?
4. Can anyone download the software?

There are a few different ways you could do this.
Post Reply