0

I just received a source from my customer (it's written by PHP Generally), I try to read it and glance at database. I realize that it's very mess, some webpage's content is also saved in database. So, I want to find files are using by browser and I mean that php files, I want to edit them. Can I do that?

P/S: I'm sorry if this article bother you

Raptor
  • 51,208
  • 43
  • 217
  • 353
Killer Whale
  • 55
  • 1
  • 8

1 Answers1

1

Hi At any point you need to know what functions, what includes and what arguments are being passed just use debug_print_backtrace() function in your code.

for further reading follow http://www.php.net/manual/en/function.debug-print-backtrace.php

Viswanath Polaki
  • 1,339
  • 1
  • 9
  • 18