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.
 
Tel: +972 (0)4-6619164
E-mail: [EMAIL PROTECTED]
Web: http://www.xortechnologies.com
 
 

Reply via email to