for breaking include function. Any links, advices or something like that. I am familiar with php
so i would appreciate any tutorial. Thanx
My problem is this:
I have script that open other files when you type in name of script. example. www.site.com/index?open=filename here.
I think it's using addslash() function to disable invalid inputs like ' / ", and at end every input it add .php extension.
Links, advices or anything. Would be appreciate.


