I want to call a function in one PHP file from a second PHP file and also pass two parameters to that function. How can I do this?
I am very new to PHP. So please tell me, should I include the first PHP file into the second?
Please show me an example. You can provide some links if you want.