English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i've got a php movie file.. but my windows XP can't read it.. can i download an Apache file to read it?? or what else can i use to read it?

2007-02-14 23:50:29 · 2 answers · asked by Ryuuzaki 1 in Computers & Internet Software

2 answers

Apache is a webserver. When you type http://www.yahoo.com in your browser, the request is handled at webserver installed there. And it shows you index.html/index.php/index.asp/index.aspx/index.jsp page.
You can download apache from http://www.apache.org.

Apache cannot read php file. If you want to run php on your server, you will have to install php in addition to apache. In addition to installing php, you will have to alter the conf/httpd.conf file of apache to handle php files. When you request a php file, the apache request php parser to parse php file. Then apache shows the resulting html to client on his/her browser.

2007-02-18 23:08:46 · answer #1 · answered by Atif Majid 3 · 0 0

Apache is a web server, and can be downloaded for free from http://www.apache.org/

However, movies are not php files. Php (http://www.php.net/) is a scripting language.

2007-02-15 01:29:22 · answer #2 · answered by Rose D 7 · 0 0

fedest.com, questions and answers