Connecting Tech Pros Worldwide Help | Site Map
 
 
LinkBack Thread Tools Search this Thread
  #1  
Old May 12th, 2006, 12:55 AM
a8736d53@hotmail.com
Guest
 
Posts: n/a
Default 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?

  #2  
Old May 12th, 2006, 01:05 AM
Domestos
Guest
 
Posts: n/a
Default Re: Can PHP be installed on WinME computer?


<a8736d53@hotmail.com> wrote in message
news:1147391718.281444.307690@v46g2000cwv.googlegr oups.com...[color=blue]
> 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?
>[/color]

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.


  #3  
Old May 12th, 2006, 01:15 AM
James Reid
Guest
 
Posts: n/a
Default Re: Can PHP be installed on WinME computer?

Domestos wrote:
[color=blue]
> 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.[/color]

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

  #4  
Old May 12th, 2006, 01:55 AM
tony@tony.com
Guest
 
Posts: n/a
Default Re: Can PHP be installed on WinME computer?

In article <1147392417.375602.32800@v46g2000cwv.googlegroups. com>,
a8736d53@hotmail.com says...[color=blue]
> Domestos wrote:
>[color=green]
> > 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.[/color]
>
> I found "XAMPP Lite 1.5.2"
> (http://www.apachefriends.org/en/xampp-windows.html#646). Would this do
> the job?
>
>[/color]

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


  #5  
Old May 13th, 2006, 07:35 PM
Howard Charles
Guest
 
Posts: n/a
Default Re: Can PHP be installed on WinME computer?

Domestos wrote:[color=blue]
> <a8736d53@hotmail.com> wrote in message
> news:1147391718.281444.307690@v46g2000cwv.googlegr oups.com...[color=green]
> > 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?
> >[/color]
>
> 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.[/color]

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)

 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

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

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 205,338 network members.