Is there an easy way to make all posted variabeles of a form global in my function? It contains something like 100 vars, and I'm to lazy to global them all one by one.. 🙂
Use the $HTTP_POST_VARS and $HTTP_GET_VARS arrays, pass them to your functions as arguments.