4
Ok, it would be nice for somone to verify my findings/assumptions.
1) "op=" & "fct=" are variables that transmitted through the URL address.
2) If the php script does not recognize the variable then it simply runs as if you just called up the php file itself.
So I believe the problem is that the "op=" variable is not being recognized, thusly causing the script to run as if no variable is present in the URL.
Anyone have any thoughts?