how to locate the php files generating my html page

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
aneuryzma
Forum Contributor
Posts: 106
Joined: Sat May 17, 2008 7:03 am

how to locate the php files generating my html page

Post by aneuryzma »

Hi,

I have to edit some part of my website and I need to easily know from which php files my html code is generated.

Is there any easy way to know it ?

thanks
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: how to locate the php files generating my html page

Post by onion2k »

There isn't an easy way. It depends on how the site has been written.
Post Reply