Ask a Question related to PHP Development, Design and Development.
-
Christo #1
php view source
can anyone tell me if there is a way in which anyone could possibly view the
php source code on a web page through their browser without having telnet or
FTP access to my web server?
just in case you know?
Christo Guest
-
Flexbuilder - tying source view to navigator
In Eclipse there's an option where you can make it so whatever source file is selected in the source editing view, on the right side, is also... -
view source problem with hidden control using IE
I have a page that has several controls on it and the controls are shown or hidden during postback. I show and hide them using the visible... -
Can't view datagrid html source in IE
I have a weird problem. I have a webpage that displays a datagrid with data but when I use IE to view the html representation, the source has no... -
View Source doesn't really view source
Now that I've converted my web site to PHP, I notice that, when I bring up one of my web pages and "view source", I don't get the original source,... -
Get source statement of a view, proc or func
Question a) Its possible to do this by using the "syscomments" table. This table contains the source for the objects that you ask for. Only thing to... -
Harrie Verveer #2
Re: php view source
unless someone made a huge mistake: no.
php servers parse the PHP file you request and make HTML of it, than
send this HTML back to the client while the PHP-code stays on the
server; and I'm very happy about that :D I don't know how your php files
look like, but mine contain database passes :)
Christo wrote:> can anyone tell me if there is a way in which anyone could possibly view the
> php source code on a web page through their browser without having telnet or
> FTP access to my web server?
>
> just in case you know?
>
>Harrie Verveer Guest
-
Ninjaboy #3
Re: php view source
If you talking about letting other people view php source through the web.
You can try saving those files as name.phps and pull it up through your
browser.
"Harrie Verveer" <newsgroup{remove-this}@harrieverveer.com> wrote in message
news:Vbydnbas3tC1JOrcRVnygA@zeelandnet.nl...> unless someone made a huge mistake: no.
>
> php servers parse the PHP file you request and make HTML of it, than send
> this HTML back to the client while the PHP-code stays on the server; and
> I'm very happy about that :D I don't know how your php files look like,
> but mine contain database passes :)
>
> Christo wrote:>> can anyone tell me if there is a way in which anyone could possibly view
>> the php source code on a web page through their browser without having
>> telnet or FTP access to my web server?
>>
>> just in case you know?
Ninjaboy Guest
-
Richard Grove - Žed Eye Media #4
Re: php view source
"Christo" <chris@juststuff.co.uk> wrote in message
news:2tpqh1F22edk7U1@uni-berlin.de...the> can anyone tell me if there is a way in which anyone could possibly viewor> php source code on a web page through their browser without having telnetIf the PHP interpretor stopped working> FTP access to my web server?
>
> just in case you know?
>
>
Regards
Richard Grove
[url]http://www.shopmaker.co.uk[/url] - Ecommerce Shop Systems
Richard Grove - Žed Eye Media Guest
-
Colin McKinnon #5
Re: php view source
Ninjaboy wrote:
If not....write your own (secured) wrapper around the highlight_file()> If you talking about letting other people view php source through the web.
> You can try saving those files as name.phps and pull it up through your
> browser.
>
function.
HTH
C.
Colin McKinnon Guest



Reply With Quote

