hi,
is it possible in PhP like in Java to declare a class adn/or a function STATIC ???
because I'd like to use some function from class without instatiate the class which contain the required function
tks
S.
Why don't you copy the function and modify it so you can use it directly in a script - no class ?