Page 1 of 1

Where to get the code behind this PHP?

Posted: Sat Nov 09, 2002 11:07 am
by ZOmega2k

Posted: Sat Nov 09, 2002 1:17 pm
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.

Posted: Sat Nov 09, 2002 2:21 pm
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: