Re: [PHP] N6: PHP files can't "show source"

2002-08-13 Thread James Green

On Tue, 2002-08-13 at 05:04, Jean-Christian Imbeault wrote:
> I'm using Netscape 6.2 and whenever I load one of my .php files I can't 
> get Netscape to "show source". I don't have that problem with IE.
> 
> Can anyone tell me how to configure Netscape so that I can view the HTML 
> output of my PHP files?

You may be seeing a problem that affected Mozilla prior to 1.0 release.
When it got a page as a result of a POST it wouldn't cache the result to
disk, which is where the View Source got it's data from. Something like
this may be affecting you.

Try it with Netscape 7 or Mozilla 1.0.

James




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] N6: PHP files can't "show source"

2002-08-12 Thread @ Edwin
I might be wrong but I think the only (easy) way you can view the source is 
to "Save as..." the page first into xxx.html then open that file and view 
the source...

In other words:

1. Using N6, go to the page where you can't "view source"
2. Click on "File" -> "Save as..."
3. Save it to desired name using ".html" as an extension. (Of course, you 
can use others like ".txt", etc...)
4. Open the file using your fav editor

HTH,

- E

>
>I'm using Netscape 6.2 and whenever I load one of my .php files I 
>can't get Netscape to "show source". I don't have that problem with 
>IE.
>
>Can anyone tell me how to configure Netscape so that I can view the 
>HTML output of my PHP files?
>
>Jc
>
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php




_
ウィルスメール、迷惑メール対策なら MSN Hotmail http://www.hotmail.com/JA


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] N6: PHP files can't "show source"

2002-08-12 Thread Jean-Christian Imbeault

I'm using Netscape 6.2 and whenever I load one of my .php files I can't 
get Netscape to "show source". I don't have that problem with IE.

Can anyone tell me how to configure Netscape so that I can view the HTML 
output of my PHP files?

Jc


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php