On Sun, 2006-02-19 at 22:32 +0000, Marian Briones wrote: > I finally put my finger on what I am trying to do....I'm trying to > combine a form with some preformatted text and have the form fill in > the variables in the preformatted text and output that to a file. > > So how do I do that? > > It is easy to do to the screen, I can fill out a form and then have it > return everything to my screen to see. How can I get it to echo this > with the variables filled in to a file? > > Thanks > > Marian
Once the form has been submitted and you have the values in variables, you can do anything you want with them. Open a file and dump the variables to it. Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
