quote:
Originally posted by leejeffery
EDIT: wrote it for you
1. The code can't be echoed; it has to be in a variable, and that variable has to be placed somewhere in the template.
2. $HTTP_GET_VARS is depreciated. It should be $_GET.
3. The value of $_GET['hidespam'] is technically a string, not an integer.
4. The ampersands in the URLs need to be & for XHTML compliancy.
See, when I code something, I try to do it right, which is why it takes more work.
Anyway, is the dynamic link really better? I don't see any reason for it.