dear planetsim & other PHPians
thanks for reply..
but i want to know the actual prcoessing...
e.g.
As u know when a user request come for a jsp page ,web server sends it to jsp engine which converts process on it and convert it to java servlet class then servlet engine runs this servlet and makes a response and sends it to user.
Now each time request comes for that jsp page, the compiled servlet class is used to serve user request unless jsp page is changed. and the above cyle runs again.
So sir...is PHP page is compiled every time for every request or it is compiled only once..if it is then to which form it is saved in compiled form..like .class or .obj.
pardon.if i m wrong in some way..
thanks in advance