GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   PHP Guru's (https://gfy.com/showthread.php?t=213097)

acctman 12-25-2003 03:10 PM

PHP Guru's
 
is there a way to load php in windows? i'd like to be able to edit a few script while traveling

JSA Matt 12-25-2003 03:16 PM

http://www.php.net/downloads.php

Weppel 12-25-2003 03:17 PM

You could install Apache + PHP under windows for sure. There are complete packages available for windows wich install all that (and more).

Go do a search on google for "Apache PHP MySQL Windows Download" or something like that. Eventhough it's christmas i'm too fucked up to do it for ya bud :)

Libertine 12-25-2003 03:37 PM

http://www.easyphp.org
Apache, MySQL & PHP in one easy to install package for windows.

nibbi 12-25-2003 05:21 PM

You can install Fireserv on your PC. I use it for development and testing. Comes complete with PHP, MySQL, Apache, Zend, PHPMyAdmin and Perl.

One installer does it all for you. Install takes about two minutes.


http://bandit.myftp.org/gts/fireserv.htm

almighty 12-25-2003 05:23 PM

i run foxserv it is pretty decent server ya can run all things cgi php mysql apache on keep it on my laptop to do work as i travel or have sit time at work :p

acctman 12-25-2003 06:09 PM

thanks guys

davvve 12-25-2003 06:51 PM

Quote:

Originally posted by punkworld
http://www.easyphp.org
Apache, MySQL & PHP in one easy to install package for windows.

very nice application! :thumbsup

jwerd 12-25-2003 07:16 PM

PHP: php.net - get only 4.3x - not 5 (get the full package not the installer).
Apache: apache.org - get only 1.3x (unless you don't plan on programming your software commercially :P)
MySQL: mysql.org - get 4.x

Install Apache -- Once done, your server is already completely configured...now comes adding the isapi moduesl. If you read the install.txt that comes with PHP, you will see that it wants you to edit httpd.conf -- located in c:\program files\apache group\apache\conf\htttpd.conf.. you will then add the following lines:
LoadModule php4_module c:/php/sapi/php4apache.dll
AddModule mod_php4.c
AddType application/x-httpd-php .php
(usually put them in like the middle of the document, just make sure they aren't at the very top).

Now, go into the PHP directory and copy php4ts.dll into sapi/ and rename php.ini.dist to php.ini and copy php.ini to C:\windows\. Now, edit php.ini and search for 'extension_dir' and change it to extension_dir=C:\php.

Now, restart your apache server, and you shouldn't receieve any error messages... if you do get some error messages, follow the install.txt file in your C:\php folder...

Alright, hope that helps!
Merry Christmas


All times are GMT -7. The time now is 12:15 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123