Members
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