tmsnet Posted May 28, 2015 Share Posted May 28, 2015 We are a stream service provide and offer our clients a Profile Player based in PHP for their various 3D World Profiles. I would like to be able to automatically create this profile player when they have purchased a stream from us. Idea is this: They Purchase a stream 1. It copies files from a skeleton directory 2. It creates a configuration file and fills it with required variables for the profile player to access the stream to give audio content. 3. It emails the client with the player url. Is this possible? 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted May 28, 2015 Share Posted May 28, 2015 yes i think this is possible 0 Quote Link to comment Share on other sites More sharing options...
tmsnet Posted May 28, 2015 Author Share Posted May 28, 2015 Just looking for some guidance to get started, I work in PHP often but never to create folders, copy copy contents or write users variables to a file. 0 Quote Link to comment Share on other sites More sharing options...
hooter Posted May 28, 2015 Share Posted May 28, 2015 Just looking for some guidance to get started, I work in PHP often but never to create folders, copy copy contents or write users variables to a file. Well then, here's some guidance to get started: http://php.net/manual/en/function.mkdir.php http://php.net/manual/en/function.copy.php 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.