heebie
07-12-2007, 11:50 AM
Hi
I'm looking for help building a complex script generator. Here's how it would work:
On the webpage, users would enter in some info. Firstly, a file would be generated using this info amidst some code of mine; saved to my server for users to access via their code. Then, another text box would be generated with reference to this created file. The file created would have to be a random string which is different each time.
EG: (Simplified)
Site Name: sitename
Site URL: url.com
File Generated: 21984jfnskcf.html
<html> <h1> "sitename" </h1> This site is found at: <a href="url.com">url.com</a>
Code generated:
<h1>Your script</h1>
Details of your site can be found <a href="http://www.mysite.com/21984jfnskcf.html">here</a>
Note:Obviously this example is over-simplified and it's the principle I'm after, not this exact use.
Thanks, in advance, for your replies. How would I achieve this?
heebie
I'm looking for help building a complex script generator. Here's how it would work:
On the webpage, users would enter in some info. Firstly, a file would be generated using this info amidst some code of mine; saved to my server for users to access via their code. Then, another text box would be generated with reference to this created file. The file created would have to be a random string which is different each time.
EG: (Simplified)
Site Name: sitename
Site URL: url.com
File Generated: 21984jfnskcf.html
<html> <h1> "sitename" </h1> This site is found at: <a href="url.com">url.com</a>
Code generated:
<h1>Your script</h1>
Details of your site can be found <a href="http://www.mysite.com/21984jfnskcf.html">here</a>
Note:Obviously this example is over-simplified and it's the principle I'm after, not this exact use.
Thanks, in advance, for your replies. How would I achieve this?
heebie