Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Funkcjonalność tej witryny będzie ograniczona w czasie konserwacji. Jeśli artykuł nie rozwiązuje twojego problemu i chcesz zadać pytanie, to nasza społeczność wsparcia jest dostępna na @FirefoxSupport na Twitterze i /r/firefox na Reddicie.

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji

I can not open files in my jZIP folders, they are either .PHP or html files what program do I use or how do I open them... Doug

  • 3 odpowiedzi
  • 8 osób ma ten problem
  • 50 wyświetleń
  • Ostatnia odpowiedź od cppljevans

more options

Hi I have download files using jZIP and then I can't find a program that will open them... they are .PHP and .html file extensions... what do I do.. Doug

Hi I have download files using jZIP and then I can't find a program that will open them... they are .PHP and .html file extensions... what do I do.. Doug

Wszystkie odpowiedzi (3)

more options

Hello , Dear friend .PHP files are a server side pages or scripts it needs a server to run on it or to be executed , so you will have to install something like apache server you will find a great application that enables your system to work as a localhost server

>> http://download.cnet.com/XAMPP/3000-10248_4-10703782.html

but HTML file can easily opened by any browser like Firefox or IE

also if you need to edit the content of their code you will have to obtain a code editor like Notebad++ >>http://download.cnet.com/Notepad/3000-2352_4-10327521.html

thanks for your time i wish i could helped you.

more options

I can view .php files on the web. For example, I can view this one:

 http://www.php.net/sites.php

However, when I point my firefox to a local file:

 file:///home/evansl/prog_dev/itext/book/index.php

I get a dialogue window asking me what to do with the file. How can I get firefox to treat a local .php file like one loaded from a website?

TIA.

-Larry

more options

Read the manpage on apache which hinted at trying:

 http://localhost/

I did and got some default webpage. Reading:

/etc/apache2/sites-enabled/000-default

showed that page was from /var/www; so, tried copy index.php to this directory and then pointed firefox to:

 http://localhost/index.php

and that worked. However, since a non local php file can be viewed without the localhost, why can't a local php file be viewed without having to copy it to /var/www first and then prefixing with //local/host/?

-Larry