prevent
How to prevent navigation to a different page in PHP
Submitted by softologi on Sun, 06/15/2008 - 23:23In order to prevent navigation to a different page you have to do the following:
Call the header function with "HTTP/1.0 204 No Data" as the parameter. See example:
<?php
