php gurus
php gurus
Out of context: Reply #6
- Started
- Last post
- 11 Responses
- juanzo0
sherman was correct. this is a scope issue. the variables with $key as their variable name will only be set inside the function. when the function has finished executing it trashes the variables.
I see what you are trying to do, and I would strongly recommend not doing it, as it could be a security risk.
Check out: