[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:

question: webdelivery folder and file (1997) Pull Down Search (2000) emailer (1997) RE: Renaming textA (1998) Undeliverable Mail (1997) Not really WebCat (1997) [WebDNA] returnraw redirects on version 6.2.1 on CentOS (2013) WebCatalog can't find database (1997) Problems w/ heavy use of cart header fields? (1998) Generating Report Totals (1997) [WebDNA] Snow Leoopard and v7 (2011) WebCat2b14MacPlugIn - [include] doesn't hide the search string (1997) off topic - dna snipets (1997) ATTN Bob Minor (2002) Merchant and WebCat 3.0 (1998) WebCat2: Items xx to xx shown, etc. (1997) Country & Ship-to address & other fields ? (1997) Did you hear about this? (1997) test (2001) Referrer or maybe another way..... (2005)