Thanks for the suggestion netcs. I just gave that a go, but $_GET(["post_title"]; is empty. The autodraft message is gone as well now.
The somewhat clumsy way I tested this was by adding this code to send an email to myself:
$post_title = $_GET["post_title"];
$cname = 'Sidebar: '.$post_title;
$catmessage = "The GET title is ".$GET["post_title"]." and the variable is ".$post_title.". The cat name is ".$cname;
mail("myemail@mail.com","New category created",$catmessage);
Any other ideas?
Cheers,
Smaug
moving this to the sub-forum, as it seems more appropriate there
[mod: redundant duplicate removed]