473,385 Members | 2,044 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Can PHP be installed on WinME computer?

Is it possible to install PHP on a stand alone WinME computer, and have
the .php files work exactly like they do on an Internet server?

May 11 '06 #1
4 1318

<a8******@hotmail.com> wrote in message
news:11**********************@v46g2000cwv.googlegr oups.com...
Is it possible to install PHP on a stand alone WinME computer, and have
the .php files work exactly like they do on an Internet server?


Yes - but you will need a web server for it to be any use. i.e. Apache.

I would get xammp in one download and get apache, mysql and php in one easy
to install download.
May 12 '06 #2
Domestos wrote:
Yes - but you will need a web server for it to be any use. i.e. Apache.

I would get xammp in one download and get apache, mysql and php in one easy
to install download.


I found "XAMPP Lite 1.5.2"
(http://www.apachefriends.org/en/xampp-windows.html#646). Would this do
the job?

May 12 '06 #3
In article <11*********************@v46g2000cwv.googlegroups. com>,
a8******@hotmail.com says...
Domestos wrote:
Yes - but you will need a web server for it to be any use. i.e. Apache.

I would get xammp in one download and get apache, mysql and php in one easy
to install download.


I found "XAMPP Lite 1.5.2"
(http://www.apachefriends.org/en/xampp-windows.html#646). Would this do
the job?


Also you dont need a web server.

I often run tests without apache on Win98 from the command line.
I find it easier and quicker than messing about with web browsers and
servers.
You can even call php through dos batch files (I do all the time)

You can for eg on the command line(with PHP in your path):
c:\php\scripts\php myscript.php

You can pass values to it using argv,argc etc.
in a batch file you can do:
call php myscript.php %1 %2 %3

and so on.

Just remember to do "\n\r" not "<br>" when outputting strings but appart
from that there doesn't seem to be any difference.
tony
May 12 '06 #4
Domestos wrote:
<a8******@hotmail.com> wrote in message
news:11**********************@v46g2000cwv.googlegr oups.com...
Is it possible to install PHP on a stand alone WinME computer, and have
the .php files work exactly like they do on an Internet server?


Yes - but you will need a web server for it to be any use. i.e. Apache.

I would get xammp in one download and get apache, mysql and php in one easy
to install download.


I've been wanting to do this for years! XAMPP Lite is the solution.
Thanks Domestos. Here's how I did it:

"How-to: Test PHP Web Pages on a Stand-alone Windows Computer"
(http://llbest.com/TestingPHPWebPagesOffline.htm)

May 13 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Miki Tebeka | last post by:
Hello All, I have a funny problem: An embedded python application is working fine on a "clean" computer. When it runs on a computer with python installed (the very same computer used to...
0
by: Randell D. | last post by:
Folks, I've been using MySQL 3.23 for a number of months - I've got familiar with the everyday stuff (read/write/sort) but access or grant management still remains foreign. After a recent...
3
by: Chuck Arney | last post by:
After installing Office 2003 PRO and attempting to run SETUP to install the Visual Studio Tools for Office version 2003, I get the error message "Your computer must have Microsoft Office...
5
by: Jeff | last post by:
I wrote a simple VB.NET program that runs on a computer ONLY if I install Visual Studio 2003 on that computer. The computer already had .NET Framework 1.1 installed. If it is run on a computer...
4
by: mark | last post by:
I'm probably about the 100th person with this error and read all the KB articles, deinstalled framework 1.1 and resintalled it. Still getting this most annoying error that has wasted hours and hours...
1
by: Vanga Sasidhar | last post by:
Hi, I am developing my asp.net pages using WinXP, IIS 6.0 and Webmatrix in my office. But i want to run these files in my home computer which is not at all connected to any other computer and more...
4
by: JIM.H. | last post by:
Hello, I am using this code to display excel in IE. locFilesPath = "D:\Files\myFile.xls" If (System.IO.File.Exists(locFilesPath)) Then Response.Clear() Response.ContentType =...
11
by: eSolTec, Inc. 501(c)(3) | last post by:
Thank you in advance for any and all assistance. It is greatly appreciated. Is there a way to programmatically check for .NET Framework versions installed on the computer? -- Michael Bragg,...
4
by: zacks | last post by:
I have an application that can read an Excel spreadsheet on a computer that doesn't have Excel installed on using the Jet ODBC 4.0 driver. I know need to modify the application to also be able to...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.