Maybe I didn't explain it right...

I'm writing a web page generator is what I'm doing; with web templates.  

So when I go to generate one of these sites, I enter the custoemr's
information like their text that will appear in the banner across the
top, each link name, etc.

The template code has variables for all of these things coming off the
form.  So I'm grabbing that template's code from a database table, and
what I am wanting to do is to plug all of the form's variables into
that code and write that out to a file.

What I'm getting instead, is the file with the variable names in there
instead of the variable values.  Not sure how to make it write the
variable values into the form.

Does that make more sense?

--- In [email protected], Michael Sullivan <[EMAIL PROTECTED]> wrote:
>
> 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/
 


Reply via email to