Log in

View Full Version : Form Output



revelias
01-12-2009, 02:48 AM
I have been asked to update some forms for a client. They would like to have the form output formatted in a specific way.

What they want is this.:


My name is _____ and I am _____ years old. I was born in _____ in the city of ______.


Each blank spots represents where an entry from the form would be placed. However the only way I can think to do this is to set up a database that would hold each entry from the form and then output it to a web page that would then be viewed by the client. problem is that their server wont allow this. Any suggestions.

Nile
01-12-2009, 02:54 AM
If your using PHP. Try file_put_contents.
http://us2.php.net/file_put_contents