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

[WebDNA] [WSC] WebDNA Development Summit (2014) Case sensitivity and [showif] (1999) Dynamic Weather for my website - XML? (1999) FileMaker and WebCat - .hdr OK Merge not OK (1999) Stumped (1999) two unique banners on one page (1997) Job Opening (2003) searching multiple databases (1997) DON'T use old cart file! (1997) RE: Credit card processing - UK (1997) Just Testing (1997) Running 2 two WebCatalog.acgi's (1996) WebCat/CyberStudio Compatibility (1998) WebCatalog NT beta 18 problem (1997) Pithy questions on webcommerce & siteedit (1997) can WC render sites out? (1997) [WebDNA] ImageMagick troubleshooting (2009) graphic to appear automatically... (2000) WebDNA-Talk Digests (1997) WebMerchant 2.1.2 (1998)