I have noticed that if the user typed in a $QUERY_STRING, then you perform the following search and replace on it:
every & is replaced with &
evert < is replaced with >
shouldn't < be replaced with <
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
I have noticed that if the user typed in a $QUERY_STRING, then you perform the following search and replace on it:
every & is replaced with &
evert < is replaced with >
shouldn't < be replaced with <
Thanks David,
I've changed this in the session.php file in the CVS.
--John