Hi,
Maybe you are pressing too hard on PHP/ISAPI by processing every
html page via PHP.
Try to run PHP ISAPI in either "Pooled processes" or "Isolated Process",
not in "IIS process" and see if the problem goes away.
You can also try to use CGI version of PHP, or if you'd like to try
something n
Hi,
>1: To execute php code when a A HREF link is clicked.
>
>I have the need to change a session variable depending on which link (of
>a couple) that is clicked. The link is supposed to call $PHP_SELF which
>then change its output depending on the value of the session variable.
>I know that i can