![]() | |
| |||||||
| Home | Register | Blogs | FAQ | Members List | Calendar | Downloads | Arcade | Mark Forums Read |
| Software Вопросы по программному обеспечению |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 |
| Младенец Join Date: May 2002 Location: yes
Posts: 8
Rep Power: 0 Reputation:
10 | Info: My computer platform is Windows XP Professional. Question: How to install PHP, Apache and MySQL, so that I can start programming with PHP and test the functionality of my website forms and database on my computer? Please answer in English, Armenian or Russian. Thank you very much! |
| | |
| | #2 |
| » | тут где-то кажется статья VXа была про это, почитай её
__________________ •·•· ·•·· ·· •·•· •·• |
| | |
| | #3 |
| MediaGate LLC | Apache(Windows)-5.15 Mb--> http://nagoya.apache.org/mirror/http...x86-no_src.exe MySQL 3.23.56(Windows,13.36 Mb)->http://mysql.directnet.ru/Downloads/....23.56-win.zip PHP skachay iz www.php.net |
| | |
| | #4 |
| MediaGate LLC | PHP(4.31)widnows 1.05 Mb-->http://www.php.net/get/php-4.3.1-ins...php.net/mirror |
| | |
| | #5 |
| Консервативный Демагог Join Date: Jan 2002 Location: Кавказская Албания
Posts: 889
Rep Power: 7 Reputation:
10 | I recomend you to NOT download php installer, instead download .zip archive it's about ~4.5 MB and use it, read the install.txt file located there, it'll help u to install it under apache or other hTTP server, but apache in highily recomended .
__________________ Праздник к нам приходит... |^^^^^^^^^'''^\| ||\__ | ВОДКА-ВОДКА | ||','''|'''''''\_____,_ | _..... _ | ||_ _|'__|_____||.........| | '(@)'(@)'(@)''''''''''''''''''''''*|(@)""""|(@)* |
| | |
| | #7 | |
| MediaGate LLC | Quote:
![]() | |
| | |
| | #8 |
| Младенец Join Date: May 2002 Location: yes
Posts: 8
Rep Power: 0 Reputation:
10 | Problem with PHP Info: OS - Windows XP Professional NTFS Downloaded the mentioned files. APACHE v_1.3.27 ~~~~~~ 1) Installed Apache into C:\Program Files\Apache Group\Apache\ - Checked, works ok. PHP v_4.3 ~~~~~~ 1) Extracted the distribution file to directory C:\PHP 2) Copied the file php.ini-dist to C:\windows directory and renamed to php.ini 3) In php.ini I changed the 'extension_dir' setting to point to c:\php\extensions directory, where I have placed my 'php_*.dll' files (extension_dir = C:\PHP\extensions). 4) In php.ini set the 'doc_root' to point to C:\Program Files\Apache Group\Apache\htdocs (doc_root = C:\Program Files\Apache Group\Apache\htdocs) 5) Moved the mibs directory supplied with the Windows distribution containing support files for SNMP to C:\usr\mibs Installed PHP for Apache as module ~~~~~~ 1) Loaded the php4apache.dll in Apache httpd.conf 2) Added the following lines to your httpd.conf: LoadModule php4_module c:/php/sapi/php4apache.dll # AddModule mod_php4.c (I commented this line because Apache said mod_php4 is already added) AddType application/x-httpd-php .php 3) Moved the php4ts.dll file into C:\PHP\sapi folder, where php4apache.dll is loaded from - Checked, Apache doesn't give any problems, But when I try to access a php script file via my browser, I get a blank screen. Probably something's wrong with the server configuration - am I doing something wrong or missing something? Thank you in advance. |
| | |
| | #9 |
| MediaGate LLC | give me your e-mail and I`ll send you my httpd.conf ..you can try mine ![]() |
| | |
| | #10 |
| MediaGate LLC | |
| | |
| | #11 | |
| Младенец Join Date: May 2002 Location: yes
Posts: 8
Rep Power: 0 Reputation:
10 | Re: статья VXа Quote:
Thanks. | |
| | |
| | #12 | |
| Младенец Join Date: May 2002 Location: yes
Posts: 8
Rep Power: 0 Reputation:
10 | Quote:
I sent you my e-mail address, but never got the mentioned file from you. Did you get my e-mail address? | |
| | |