Forums

read or load some text blocks into a form

kaeser49 03 Nov, 2019
Hi,

I often use credentials in my forms for external db access and when passwords or IP's get changed I need to update several forms.
Is there a way to store text information in a file and read it just when a form is used?

Best,

Werner
healyhatman 03 Nov, 2019
Just store it in another database table, that would be faster than reading and parsing a text file.
GreyHead 04 Nov, 2019
Hi werner,

You can 'include' text files into Custom PHP if that helps.

Bob
This topic is locked and no more replies can be posted.