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

WebCat2b12 - New features for 1.6 users ... (1997) [WebDNA] how can i grab the contents of a post? (2011) Shipcost Prob solved, new one arises (1998) [writefile] (1997) [OT] MACWORLD (2003) Various Problems (1997) Credit back woes (2000) New Beta Documentation (1997) WebTEN vs webSTAR have you seen this? (1998) please anybody help (2005) [include] affect on filepaths for links? (1997) notification solutions (1997) [WebDNA] 4th of July (2008) Code database (1998) IIS4/IIS3 and WebCatalog registry settings (1998) Webcat2, WebCommerce, Mod 10 etc. (1997) New index for docs (1997) displaying New products (Yikes! it's Fixed!) (1997) Limit picture size on upload (2005) does summ effect blank fields? (1998)