[WebDNA] Passing a text variable via copyfile

This WebDNA talk-list message is from

2019


It keeps the original formatting.
numero = 114887
interpreted = N
texte = 2515 --0000000000001e05ed05943ec22b Content-Type: text/plain; charset="UTF-8" I'm creating a a new html page from a form. The user inputs a "page_name" and a "name". I need this "name" to get passed into the new page made by copying a template using [copyfile] I need a text variable created on this new page [text]name=Melissa[/text] (Melissa is the name being passed via the form in this example) Possible? This is what I'm using for the copyfile command [copyfile from=template.html&to=../[lowercase][page_name][/lowercase].html] I have this in my template that is used to create the new page: [text]name=[name][/text] [name] gets passed just fine from the and gets written into the database. BUT the variable always is [text]name=[name][/text] on the new page created. This is all the code on the page that gets the input from the form: [append db=pages.db][!] [/!]page_id=[page_id][!] [/!]&page_name=[url][page_name][/url][!] [/!]&name=[url][name][/url][!] [/!][!]&description=[url][description][/url][/!][!] [/!]&active=No[!] [/!]&create_time=[time][!] [/!]&create_date=[date][!] [/!]&create_ipaddress=[ipaddress][!] [/!][/append] [copyfile from=companion.html&to=../[lowercase][page_name][/lowercase].html] Like always thanks for glancing at this. Richard --0000000000001e05ed05943ec22b Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I'm creating a a new html page from a form.

The user inputs a "page_name" and a "name". I = need this "name" to get passed into the new page made by copying = a template using [copyfile]

I need a text variable= created on this new page
[text]name=3DMelissa[/text]
(= Melissa is the name being passed via the form in this example)

Possible?

This is what= I'm using for the copyfile command
[copyfile from=3Dtemplate= ..html&to=3D../[lowercase][page_name][/lowercase].html]
I have this in my template that is used to create the new page= :
[text]name=3D[name][/text]

[name] = gets passed just fine from the and gets written into the database.
BUT the variable always is=C2=A0
[text]name=3D[name][/text]
on the new page created.


Thi= s is all the code on the page that gets the input from the form:
=
[append db=3Dpages.db][!]
[/!]page_id=3D[page_id][!]
[= /!]&page_name=3D[url][page_name][/url][!]
[/!]&name=3D[url][name= ][/url][!]
[/!][!]&description=3D[url][description][/url][/!][!]
= [/!]&active=3DNo[!]
[/!]&create_time=3D[time][!]
[/!]&cre= ate_date=3D[date][!]
[/!]&create_ipaddress=3D[ipaddress][!]
[/!][= /append]


[copyfile from=3Dcompanion.html&to=3D../[lowercase]= [page_name][/lowercase].html]


L= ike always thanks for glancing at this.


=
Richard

--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us --0000000000001e05ed05943ec22b-- . Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Passing a text variable via copyfile (Rich Kwas 2019)
  2. Re: [WebDNA] Passing a text variable via copyfile (WebDNA Solutions 2019)
  3. Re: [WebDNA] Passing a text variable via copyfile (Rich Kwas 2019)
  4. Re: [WebDNA] Passing a text variable via copyfile (Stuart Tremain 2019)
  5. RE: [BULK] Re: [WebDNA] Passing a text variable via copyfile ("Terry Nair" 2019)
  6. [BULK] Re: [WebDNA] Passing a text variable via copyfile (Rich Kwas 2019)
  7. RE: [WebDNA] Passing a text variable via copyfile ("Terry Nair" 2019)
  8. Re: [WebDNA] Passing a text variable via copyfile (Rich Kwas 2019)
  9. Re: [WebDNA] Passing a text variable via copyfile (WebDNA Solutions 2019)
  10. Re: [WebDNA] Passing a text variable via copyfile (Rich Kwas 2019)
  11. RE: [WebDNA] Passing a text variable via copyfile ("Scott @ Itsula" 2019)
  12. Re: [WebDNA] Passing a text variable via copyfile (Rich Kwas 2019)
  13. RE: [WebDNA] Passing a text variable via copyfile ("Scott @ Itsula" 2019)
  14. Re: [WebDNA] Passing a text variable via copyfile (Rich Kwas 2019)
  15. Re: [WebDNA] Passing a text variable via copyfile (WebDNA Solutions 2019)
  16. [WebDNA] Passing a text variable via copyfile (Richard Kwasniewski 2019)
2515 --0000000000001e05ed05943ec22b Content-Type: text/plain; charset="UTF-8" I'm creating a a new html page from a form. The user inputs a "page_name" and a "name". I need this "name" to get passed into the new page made by copying a template using [copyfile] I need a text variable created on this new page [text]name=Melissa[/text] (Melissa is the name being passed via the form in this example) Possible? This is what I'm using for the copyfile command [copyfile from=template.html&to=../[lowercase][page_name][/lowercase].html] I have this in my template that is used to create the new page: [text]name=[name][/text] [name] gets passed just fine from the and gets written into the database. BUT the variable always is [text]name=[name][/text] on the new page created. This is all the code on the page that gets the input from the form: [append db=pages.db][!] [/!]page_id=[page_id][!] [/!]&page_name=[url][page_name][/url][!] [/!]&name=[url][name][/url][!] [/!][!]&description=[url][description][/url][/!][!] [/!]&active=No[!] [/!]&create_time=[time][!] [/!]&create_date=[date][!] [/!]&create_ipaddress=[ipaddress][!] [/!][/append] [copyfile from=companion.html&to=../[lowercase][page_name][/lowercase].html] Like always thanks for glancing at this. Richard --0000000000001e05ed05943ec22b Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I'm creating a a new html page from a form.

The user inputs a "page_name" and a "name". I = need this "name" to get passed into the new page made by copying = a template using [copyfile]

I need a text variable= created on this new page
[text]name=3DMelissa[/text]
(= Melissa is the name being passed via the form in this example)

Possible?

This is what= I'm using for the copyfile command
[copyfile from=3Dtemplate= ..html&to=3D../[lowercase][page_name][/lowercase].html]
I have this in my template that is used to create the new page= :
[text]name=3D[name][/text]

[name] = gets passed just fine from the and gets written into the database.
BUT the variable always is=C2=A0
[text]name=3D[name][/text]
on the new page created.


Thi= s is all the code on the page that gets the input from the form:
=
[append db=3Dpages.db][!]
[/!]page_id=3D[page_id][!]
[= /!]&page_name=3D[url][page_name][/url][!]
[/!]&name=3D[url][name= ][/url][!]
[/!][!]&description=3D[url][description][/url][/!][!]
= [/!]&active=3DNo[!]
[/!]&create_time=3D[time][!]
[/!]&cre= ate_date=3D[date][!]
[/!]&create_ipaddress=3D[ipaddress][!]
[/!][= /append]


[copyfile from=3Dcompanion.html&to=3D../[lowercase]= [page_name][/lowercase].html]


L= ike always thanks for glancing at this.


=
Richard

--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us --0000000000001e05ed05943ec22b-- . Richard Kwasniewski

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

empty shopping cart message (1997) [WebDNA] Test - no messages since 9th of June 2009. (2009) Major Security Hole IIS NT (1998) setting cookies then redirecting? (1998) Orderfile context problem (1998) popups, netscape vs explorer (1997) search for all (1998) stray LF character in the email (2003) Forms Search Questions (1997) Emailer setup (1997) WebCatalog complains that the service is not running. (1998) Limit to Field Length in DB (1998) Size images (2002) F3 crashing server (1997) A two part question (1999) Netscape Communicator 4 (1997) [WebDNA] OLD list archives? (2010) [returnraw] and form variables (1998) WebCat2b13MacPlugIn - [include] doesn't allow creator (1997) Alais Shopping Cart Directory (1998)