PDA

View Full Version : PHP for Windows 98 Question



QReyes
November 10th, 2001, 18:11
Is there a way for PHP to run in Windows 98 so I won't have to go online and test it?

Beans
November 10th, 2001, 22:58
YEs. You can download a free version of NuSphere MySQL in http://www.nusphere.com

It will let you have: PHP, MySQL, Apache Webserver, Perl/CGI, SSL, phpMyAdmin, etc.

ashben
November 10th, 2001, 23:49
Another easy way is to have PHP run on Personal Web Server (PWS) which comes on the Windows 98 CD.

More: http://www.php.net/manual/en/install.iis.php

QReyes
November 11th, 2001, 15:14
Originally posted by Beans
YEs. You can download a free version of NuSphere MySQL in http://www.nusphere.com

It will let you have: PHP, MySQL, Apache Webserver, Perl/CGI, SSL, phpMyAdmin, etc.

But it isn't free.

QReyes
November 11th, 2001, 15:15
Originally posted by ashben
Another easy way is to have PHP run on Personal Web Server (PWS) which comes on the Windows 98 CD.

More: http://www.php.net/manual/en/install.iis.php

Can you sumarize that? Which one should I read? I don't know what PWS/IIS 3 OR PWS 4 mean.

Mika
November 11th, 2001, 18:24
I think that the easiest way is EasyPHP

QReyes
November 11th, 2001, 18:29
Where's that?

Mika
November 11th, 2001, 18:29
Well, yes it's : EasyPHP
I don't remember the url. But the thing I remember is that the official site is in french but there others in english too. Just use google with search keyword easyphp and you'll see. Really easy... I used it time ago. It will install all the needed stuff to run php. Even if I used it just for PhpNuke and not for other php stuff. Hope I've helped. If I remember well you'll have , but I'm not sure you'll need a mysql hosted somewhere. But not sure.

Mika
November 11th, 2001, 18:31
Have you found it?

Mika
November 11th, 2001, 18:36
Get it from Hotscripts :

http://www.hotscripts.com/Detailed/6722.html

QReyes
November 11th, 2001, 18:37
I don't understand the language. http://www.easyphp.org

Mika
November 11th, 2001, 18:40
If you can wait a moment , I'll check it out and give you some help. Ok?

Mika
November 11th, 2001, 18:50
Well, the language is a real problem. Because I tried to install it just a minute ago, and even if I changed the settings to english keeps talking french. Although if you know the basics when you'll install it you will find the way. Sorry I didn't help that much. The time I used it I had an english version (cd of a magazine).

Beans
November 11th, 2001, 23:25
Originally posted by friend_al_23


But it isn't free.

There's a free version at: http://www.nusphere.com/cgi-bin/nsp.cgi/custsrvc/utils/free_download.htm

Do not run PHP on PWS or IIS. Why? Coz PHP sometimes acts weird on PWS and IIS. Specially when using mysql functionality.

QReyes
November 12th, 2001, 01:36
Originally posted by Beans


There's a free version at: http://www.nusphere.com/cgi-bin/nsp.cgi/custsrvc/utils/free_download.htm

Do not run PHP on PWS or IIS. Why? Coz PHP sometimes acts weird on PWS and IIS. Specially when using mysql functionality.

What is PWS / IIS?

meow
November 12th, 2001, 02:07
Microsoft web servers. You probably already have PWS (Personal Web Server).

Beans
November 12th, 2001, 06:33
Originally posted by friend_al_23


What is PWS / IIS?

PWS = Personal Web Server
IIS - Internet Information Server

Both are Microsoft Web Servers. Both are tailor made to execute ASP scripts not PHP scripts. If you downloaded the PHP binary, you can make PHP run on these servers. But as I have said, it's not going to work as smoothly as when it is run in Apache.