[pmwiki-users] Shoutbox

kirpi at kirpi.it kirpi at kirpi.it
Sun Jul 16 11:11:20 CDT 2006


> In case, how to tell a php script to exit/stop/quit?

Ok. At the beginning of the script:

<?
	$input[name] = $HTTP_COOKIE_VARS["author"];
	if( $input[name] == "")	exit();
?>

It all seems to work.
I hope it is a safe approach.

Luigi




More information about the pmwiki-users mailing list