Dec 13th, 2011, 4:52 PM
Hi all,
Looking further into this I see that in the process.php, line 336 issues
a header redirection before completing the call. Would this mean that issuing my php commands just before that line would be something ok to do? Thanks for your input!
Marty
Looking further into this I see that in the process.php, line 336 issues
a header redirection before completing the call. Would this mean that issuing my php commands just before that line would be something ok to do? Thanks for your input!
Marty
(Dec 8th, 2011, 8:09 AM)bagpiper Wrote: Hello There,
I'm now a big fan of FT, it actually saved me days of dev work
Now, upon submission of a form, I'd like to add a few calls to various external php functions of my own. The reason for this is that we need to send an "activation email" for a software download. What's the best way to do it? I'd also need to know how to get the primary key of the db table generated when we get a form submitted so that when the user clicks on a link my script looks up the corresponding primary key and complete my registration process.
Thanks for your help!
Marty