Well, I really trying to keep all the code in one file. And really don't want to be redirecting for a success or failure message.
I just want to show a custom message if the the form was submitted sucessfully, or if not, the reason the form failed. This is was I have now, but unsure if it can be customized.
PHP Code:
define('CP_REDIRECT', "multiuser.php?do=edit&id=".$id);
print_stop_message('deleted_notice_successfully'); //How to customize stop message? Currently from notice.php file.
JamesAB
I'll try and see if I can understand what you mentioned. Not sure yet on how to add custom vbphrases.