Hello, I really can't find the error. Here is my code:
<?
// Action: add news
if( array_key_exists('create_new', @$_POST) )
{
?>
...
<?
exit();
}
?>
Before this my problem was in construction: <?=...;?>
My apache doesn't understand it so that I rewrited code without that. But now I really can't find solution.