andyberlin2000
Programmer
I have a "security servlet" I want to use as a general wrapper (filtering input etc.), the PHP actually handling the whole website should stay untouched. I want to select distinct pages inside the servlet and then pass parameters to the PHP webpages. Can that be done on a server? What do I have to do? (I know PHP, I know JAVA, but have no idea how communication can work - I especially would like to let PHP return the selected page, not going through the servlet again...)
Thanks to anybody who can explain that to me.
Thanks to anybody who can explain that to me.