Re: Re: Question: Passing error messages

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



--- Daniel Schierbeck <dasch@xxxxxxxxxx> wrote:
 
> I'm not quite getting what you're saying - are you
> sending the error 
> messages on to a new page?! The usual and simple way
> of doing this is 
> the good 'ol OR operator:
> 

I'm saying, currently if there is an error and the
script needs to exit, I'm doing this :

if ..error {
$_SESSION['ErMsg'] = "Submit Failure";
header (location: ........)
exit;
}

I want to know what alternatives there are to error
messages aside from using a session variable. 

Thank you ,
Stuart

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux