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
  • 53,206
  • 45
  • 230
  • 366
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,357
  • 1
  • 10
  • 19