I am new to this forum and php :p
Let me explain a little on what i am doing.
I did a class in php called AuthenticationModule, which would check the integrity of the page and replace if there are some unauthorized changes.
to do that all i need to do now is
Code: Select all
$authenticatePage = new AuthenticationModule('scripts/Football.html',1);My question is
How can i see php to do that for all my page i am calling, meaning links, forms.... Meaning i want to change the way php calls the scripts by doing that first.
somebody once told me that i could modify the php.exe file to do that line.
Thank you in advanced?