Hi all,
I have a few questions regarding custom PHP code.
I’ve written some PHP functions and i’ve figured out how to apply them and use them on forms etc, however how can i make a function available throughtout my applications ?
Also two of my functions are used for a custom encyrption scheme which i use before storing/retreiving certain data in a database. I’ve got that working OK as well except for in the case of using ‘lookups’.
What event is fired when a lookup on a form is appplied ? is it onload or some other.
Thanks in advance for any help.
Cheers