Where to get the code behind this PHP?

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
ZOmega2k
Forum Newbie
Posts: 1
Joined: Sat Nov 09, 2002 11:07 am

Where to get the code behind this PHP?

Post by ZOmega2k »

ShrineMaster
Forum Newbie
Posts: 7
Joined: Mon May 20, 2002 5:33 am

Post by ShrineMaster »

Usually if it's stuff you can get somewhere it'll say on the page, maybe even in comments in the HTML, but if it isn't visible anywhere it may be a custom job by the site's developer. Ask the webmaster of the site for info about it. Chances are they may not want to give it out for free.
User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Post by Takuma »

As ShrineMaster say you need to contact the site admin since PHP is a server-side scripting language which means that everything will be parsed before the page is sent to the browser -> no PHP code visible to client. One way is to hack the FTP but this is illegal so don't try :lol:
Post Reply