Home
My Faqts
Contributors
About
Help
Knowledge Base Contributions
Below is a list of the
knowledge base
entries that
Scott Weese
has contributed to:
How do you pass a function name as an argument to another function and then call the passed function? This would be similar to a function pointer in C
How do I execute a function when a checkbox is clicked or a value of a combo box is changed using PHP?
I want to create an array that I can access from a various number of PHP scripts, is there any way I can do this without using the post and get form methods?