AKB Forums

Go Back   AKB Forums > Software and Hardware > Software
Home Register Blogs FAQ Members List Calendar Downloads Arcade Mark Forums Read

Software Вопросы по программному обеспечению

Troubles when posting message? Click here! :: Проблемы с отправлением сообщения? Нажмите сюда!

Reply
 
LinkBack Thread Tools Display Modes
Old Apr 7, 2003, 04:32   #1
Младенец
 
Join Date: May 2002
Location: yes
Posts: 8
Rep Power: 0
Reputation: 10
Question PHP-Apache-MySQL

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!
armen12 is offline   Reply With Quote Quote selected
Old Apr 7, 2003, 04:40   #2
»
 
z0mbie's Avatar
 
Join Date: Jan 2002
Posts: 776
Rep Power: 7
Reputation: 10
Send a message via ICQ to z0mbie
тут где-то кажется статья VXа была про это, почитай её
z0mbie is offline   Reply With Quote Quote selected
Old Apr 7, 2003, 05:56   #3
MediaGate LLC
 
Vazgen Abgaryan's Avatar
 
Join Date: Oct 2001
Location: At home :)
Posts: 586
Rep Power: 7
Reputation: 18
Send a message via ICQ to Vazgen Abgaryan
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
Vazgen Abgaryan is offline   Reply With Quote Quote selected
Old Apr 7, 2003, 05:59   #4
MediaGate LLC
 
Vazgen Abgaryan's Avatar
 
Join Date: Oct 2001
Location: At home :)
Posts: 586
Rep Power: 7
Reputation: 18
Send a message via ICQ to Vazgen Abgaryan
PHP(4.31)widnows 1.05 Mb-->http://www.php.net/get/php-4.3.1-ins...php.net/mirror
Vazgen Abgaryan is offline   Reply With Quote Quote selected
Old Apr 8, 2003, 13:29   #5
Консервативный Демагог
 
VX's Avatar
 
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 .
__________________
Праздник к нам приходит...

|^^^^^^^^^'''^\| ||\__
| ВОДКА-ВОДКА | ||','''|'''''''\_____,_
| _..... _ | ||_ _|'__|_____||.........| |
'(@)'(@)'(@)''''''''''''''''''''''*|(@)""""|(@)*
VX is offline   Reply With Quote Quote selected
Old Apr 11, 2003, 07:44   #6
Младенец
 
Join Date: May 2002
Location: yes
Posts: 8
Rep Power: 0
Reputation: 10
Vazgen Abgaryanin:

Et linkerov tveci vor qashi, heto nayeci, tesa vor aveli nor versianer kan!
armen12 is offline   Reply With Quote Quote selected
Old Apr 11, 2003, 17:22   #7
MediaGate LLC
 
Vazgen Abgaryan's Avatar
 
Join Date: Oct 2001
Location: At home :)
Posts: 586
Rep Power: 7
Reputation: 18
Send a message via ICQ to Vazgen Abgaryan
Quote:
Originally posted by armen12
Vazgen Abgaryanin:

Et linkerov tveci vor qashi, heto nayeci, tesa vor aveli nor versianer kan!
kan es tvel em amenapitani versianeri linker@..ete haves unes mi 40 Mb download anes norer@ vercru
Vazgen Abgaryan is offline   Reply With Quote Quote selected
Old Apr 12, 2003, 04:46   #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.
armen12 is offline   Reply With Quote Quote selected
Old Apr 17, 2003, 17:12   #9
MediaGate LLC
 
Vazgen Abgaryan's Avatar
 
Join Date: Oct 2001
Location: At home :)
Posts: 586
Rep Power: 7
Reputation: 18
Send a message via ICQ to Vazgen Abgaryan
give me your e-mail and I`ll send you my httpd.conf ..you can try mine
Vazgen Abgaryan is offline   Reply With Quote Quote selected
Old Apr 17, 2003, 18:01   #10
MediaGate LLC
 
Vazgen Abgaryan's Avatar
 
Join Date: Oct 2001
Location: At home :)
Posts: 586
Rep Power: 7
Reputation: 18
Send a message via ICQ to Vazgen Abgaryan
posmotri eshyo eto
http://ru-board.com/new/article.php?sid=119
Vazgen Abgaryan is offline   Reply With Quote Quote selected
Old Apr 18, 2003, 07:03   #11
Младенец
 
Join Date: May 2002
Location: yes
Posts: 8
Rep Power: 0
Reputation: 10
Re: статья VXа

Quote:
Originally posted by z0mbie
тут где-то кажется статья VXа была про это, почитай её
I found an article, but it was for Unix. If you know of a similar article for XP, please let me know where to find it.

Thanks.
armen12 is offline   Reply With Quote Quote selected
Old Apr 23, 2003, 04:47   #12
Младенец
 
Join Date: May 2002
Location: yes
Posts: 8
Rep Power: 0
Reputation: 10
Quote:
Originally posted by Vazgen Abgaryan
give me your e-mail and I`ll send you my httpd.conf ..you can try mine
Dear Vazgen,

I sent you my e-mail address, but never got the mentioned file from you.
Did you get my e-mail address?
armen12 is offline   Reply With Quote Quote selected
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 19:25.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
This board was founded on September 29, 2001
Powered by Viper Internet

Affordable Web Hosting | ParevNet

Buy text link