|
Posted by Curtis on 12/26/06 10:24
PHP scripts are executed on the server, and after they're parsed, the
data is returned to the requesting client (you), so, unless they offer
their code in an openly viewable .txt, .phps file, etc., you won't be
able to view it. This one of the fundamental principles of using server
side code.
If you want to get a feel for scripting, just check out open source
projects and online tutorials, but do be prudent, as not everyone
releases secure code.
Curtis
On Dec 25, 12:18 pm, "steve" <t...@this.com> wrote:
> Hi,
> I am trying to learn some php and sometimes i want to see how other people
> do it.
> My question is: is there a way for me to view the original unparsed file and
> not the result?
> If i simply click on it i see the reulting html. I want to see the source.
>
> Thanx in advance and apologies if its a really stupid question.
> Steve
Navigation:
[Reply to this message]
|