weronpc
06-02-2003, 07:00 PM
I created a function called replacement(). It replaces bad keys from user's input. such as key < or > or $
I have to pass a variable (contains bad keys) and the function will return a variable (contains replaced keys)
anyway, my question is, can I save this function in a text file and call it when I need it? I try to use include 'filename.inc' but it doesn't work properly.
Thank you for you help
I have to pass a variable (contains bad keys) and the function will return a variable (contains replaced keys)
anyway, my question is, can I save this function in a text file and call it when I need it? I try to use include 'filename.inc' but it doesn't work properly.
Thank you for you help