I have a PHP script that calls itself (I'm not sure if that matters) through form submission, and it works fine if I have my popup killer turned off. However, once I turn it on, every time I submit the page, it ends up running the script twice, which is really annoying because it does database calls. I've also noticed this problem occuring with PHPBB. Any idea on how to fix this? Thanks.