|  | Posted by Dana Cartwright on 03/20/06 19:58 
From: "Geradeaus" <gehegeradeaus_nospam_@hotmail.com>> I am using a database class for my php projects, but I want to know if it
 > is possible to retrieve the line number of the "parent file" : I want to
 > use it for error reporting.
 >
 > E.g. When a query fails, I don't know the line number of the parent file
 > where the query is executed... very annoying.
 >
 
 It might be the case that debug_backtrace will give you the information you
 need.
 
 I'm not sure I understand your question, but if the problem is that you are
 including a file, and within that included file you detect an error, and you
 want to report where the included file was included from, then
 debug_backtrace is your friend.
  Navigation: [Reply to this message] |