Deepan Chakravarthy wrote:
> hello,
> Is is possible to get the source of php scripts that
are running in
> the server ? When i browse any php page i am just able
to see the
> output of the php code. What if i want to see the php
code and not the
> output ? Is it possible first of all?
When ever you request a PHP page, the PHP code is executed
at the server
level and what you get is HTML / XML other such text. If you
specifically want to view the source you have to disable the
processing
of PHP or change the extention and view it.
--
Vish
If at first you don't succeed, find out if the loser gets
anything. - Bill Lyon
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.
yahoo.com/group/PHP-OOP/
<*> To unsubscribe from this group, send an email to:
PHP-OOP-unsubscribe@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c
om/info/terms/
|