Results 1 to 2 of 2

Thread: Form Output

  1. #1
    Join Date
    Jan 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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.

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    If your using PHP. Try file_put_contents.
    http://us2.php.net/file_put_contents
    Jeremy | jfein.net

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •