-
Form Output
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.
-
-
If your using PHP. Try file_put_contents.
http://us2.php.net/file_put_contents
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks