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

Navigator 4.01 (1997) Unix DB Permission Error (2002) Emailer [cart] file names (1997) WebCat for Unix?? (1997) Unexpected comparison behavior change in 4.5.1 (2003) shell problems again... (2003) Username for Admin Group (1997) hard carriage returns and sendmail (1998) Search results output problems.. (2000) [/application] error? (1997) survey builder code (2003) WebStar Secure on other machine (1997) [WebDNA] WebDNA [sendmail] - fixes and future features (2010) My server admin needs help ... (2004) [sendmail] questions... (1997) GD Scumbucket Spammer (2004) b12 cannot limit records returned and more. (1997) WebCat2b15MacPlugin - [protect] (1997) can WC render sites out? (1997) Server crash (1997)