|
Hello
I added an ErrorScript to apache.I want this script
to mail the admin the error info and all variables cookies and local varibale
that where used in the script.
1. how do I get the error?
2. it seems that VARS and ENVS and COOKIES does not
exist in the error script. also local variable that where created in the script
are not retrieved by a similiar scriot I used with tcl.cgi:
foreach a [info var]
{
if {[catch {set _var [set ${a}]}]} { cgi_mail_add "$a [array get $a]" } else { cgi_mail_add "$a $_var" } } how do I get them?
Thanks
Yahalom Emet
Software Developer Xor Technologies Ltd. |
- Re: error script yahalom emet
- Re: error script David N. Welton
- Re: error script yahalom emet
- Re: error script David N. Welton
- Re: error script yahalom emet
- Re: error script David N. Welton
