Hello,
any help on this one?
I have an app that collects user input info in textboxes and passes to variables and compiles and email at the end from all the info passed to variables along the way.
problem:
the email routine works when lots of the variables are empty but if the user inputs data in all the possible entry fields the email is truncated.
any thoughts?
other clues:
there is a save routine that passes everything to tiny DB so the session can be recalled and all the data gets passed back to the variables... this works so I know all the data is collected and saved properly.
BTW worked perfectly until it grew to have more fields so I am suspecting a memory issue.
did this experiment: changed email routine to call the save to tiny DB routine first and then pull the data from the tiny db during the email routine instead of the variables... this made it worse. my theory was it would eat less memory but it ate more.