Creating HTML pages dynamically

liunx

Guest
I am creating a quiz, at the end of which I need to store the answers into a HTML page. I need to create a separate HTML page for each person that takes the test. The page will be stored on the server.<br />
Is there a way to do this???<br />
<br />
Any help is appreciated.<!--content-->You need a cgi or a php script. search google for them, you should find something.<br />
<br />
If you find a cgi script, you usually need perl to be installed with the CGI.pm module on your webserver.<br />
<br />
If you find a php script, you have to have php installed.<br />
<br />
Good Luck,<br />
<br />
-Rain<!--content-->
 
Back
Top