Форуми / Cotonti / Extensions / Custom Header Message on POST

Hodges
#38332 05.11.2013 15:02

Hello,

In a plugin I'm modifying, after the user submits a form the following code is executed:

		header("Location: message.php?msg=300");

outputting one of cotonti's built-in messages. How can I deliver a custom message using the same mechanism?

Hodges