print

msg_die ()

You are here: C97net5.01 General Functions

Terminate a script and display a message.

function msg_die ($msg_id = '', $msg_txt = '', $url = '')

Calling function will terminate your script, throw back to $url, and display message in $msg_id, or $msg_txt.

If $url is empty, it will redirect back to previous URL.

You must define $msg_id in /msg.php.

$msg_txt may contain additional message, or a text to display.

You can also use echo as $msg_id to force qE to display any message in $msg_txt.

Example 1

<?php
require './includes/user_init.php';
msg_die ('echo', 'You are dead!');
?>

This will redirect back visitor to previous page (URL), and display a message, "You are dead!".

Posted on: Aug-19-2010 at 07:00am
Last Updated: Jan-01-1970 at 07:00am

There is no comment. Why not be the first?

read more More Comments/Post Your Own

Account

Search

Tags

acp add all also any create default display don download easy echo etc features field file files folder form function includes information init kemana link list may module name need number own page php please qengine read require script set site skin time tpl url use user using version welcome