473,765 Members | 1,952 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Web server with PHP capabilities for Windows??

Hi group.
Does Apache fro windows allows to run PHP scripts?
If no, where can I find one?

Regards,
Nuno Paquete
Jul 17 '05 #1
7 2405
"Nuno Paquete" <nm*@ispgaya.pt > wrote in message
news:41******** *************** @news.telepac.p t...
Hi group.
Does Apache fro windows allows to run PHP scripts?
If no, where can I find one?

Regards,
Nuno Paquete


Yes. Apache == Apache == Apache. Google much?

Garp
Jul 17 '05 #2
"Nuno Paquete" <nm*@ispgaya.pt > wrote in message
news:41******** *************** @news.telepac.p t...
Hi group.
Does Apache fro windows allows to run PHP scripts?
If no, where can I find one?


IndigoPerl, available free from www.indigostar.com.

--
Bill Segraves
Jul 17 '05 #3
Download Apache from http://httpd.apache.org/.

For development I use Windows XP, Apache 2.0.50 and PHP 4.3.8 (and also PHP
5)

--
Tony Marston

http://www.tonymarston.net

"Nuno Paquete" <nm*@ispgaya.pt > wrote in message
news:41******** *************** @news.telepac.p t...
Hi group.
Does Apache fro windows allows to run PHP scripts?
If no, where can I find one?

Regards,
Nuno Paquete

Jul 17 '05 #4
"Nuno Paquete" <nm*@ispgaya.pt > wrote in message
news:41******** *************** @news.telepac.p t...
Hi group.
Does Apache fro windows allows to run PHP scripts?
If no, where can I find one?


http://web.torres.ws/dev/php

complete instructions on how to acquire Apache, Perl, PHP and mySQL and
install them on a windows box.

Good Luck.

Walter
Jul 17 '05 #5
Wouldn't Nuno be better off getting a distribution with an installer
that installs Apache, PHP, MySQL, and possible Perl altogether? At least
assuming she has none of those programs installed already.

Something like XAMMP. See:
http://www.apachefriends.org/en/xampp-windows.html

or for a more complete list see the bottom of this page (in the "Our
competitors section):

http://www.apachefriends.org/en/partner.html

jsWalter wrote:
"Nuno Paquete" <nm*@ispgaya.pt > wrote in message
news:41******** *************** @news.telepac.p t...
Hi group.
Does Apache fro windows allows to run PHP scripts?
If no, where can I find one?

http://web.torres.ws/dev/php

complete instructions on how to acquire Apache, Perl, PHP and mySQL and
install them on a windows box.

Good Luck.

Walter

Jul 17 '05 #6
"Tony Marston" <to**@NOSPAM.de mon.co.uk> wrote in message
news:ce******** ***********@new s.demon.co.uk.. .
Download Apache from http://httpd.apache.org/.

For development I use Windows XP, Apache 2.0.50 and PHP 4.3.8 (and also PHP 5)

--
Tony Marston

http://www.tonymarston.net


FYI: glob() is busted in PHP 4.3.7 and 4.3.8 on Windows. I recommend 4.3.6
until 4.3.9 comes out.
Jul 17 '05 #7
"Larry Kasoff" wrote:
Wouldn’t Nuno be better off getting a distribution with an
installer
that installs Apache, PHP, MySQL, and possible Perl altogether? At
least
assuming she has none of those programs installed already.

Something like XAMMP. See:
http://www.apachefriends.org/en/xampp-windows.html

or for a more complete list see the bottom of this page (in the "Our competitors section):

http://www.apachefriends.org/en/partner.html

jsWalter wrote:
"Nuno Paquete" <nm*@ispgaya.pt > wrote in message
news:410e0b53[quote:2dbf1d6a5 7="Larry Kasoff"]Wouldn’t Nuno be better off getting a distribution with an installer
that installs Apache, PHP, MySQL, and possible Perl altogether? At
least
assuming she has none of those programs installed already.

Something like XAMMP. See:
http://www.apachefriends.org/en/xampp-windows.html

or for a more complete list see the bottom of this page (in the "Our
competitors section):

http://www.apachefriends.org/en/partner.html

jsWalter wrote:
"Nuno Paquete" <nm*@ispgaya.pt > wrote in message
news:41******** *************** @news.telepac.p t...
Hi group.
Does Apache fro windows allows to run PHP scripts?
If no, where can I find one?

http://web.torres.ws/dev/php

complete instructions on how to acquire Apache, Perl, PHP and mySQL

and install them on a windows box.

Good Luck.

Walter

</font>[/quote:2dbf1d6a5 7]

34**********@ne ws.telepac.pt.. .
Hi group.
Does Apache fro windows allows to run PHP scripts?
If no, where can I find one?

http://web.torres.ws/dev/php

complete instructions on how to acquire Apache, Perl, PHP and

mySQL and
install them on a windows box.

Good Luck.

Walter

</font>


I 2nd Larry. No point wasting time integrating various packages. Just
use a distribution. I use appserv and it works fine too.

--
http://www.dbForumz.com/ This article was posted by author's request
Articles individually checked for conformance to usenet standards
Topic URL: http://www.dbForumz.com/PHP-Web-serv...ict135524.html
Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbForumz.com/eform.php?p=454891
Jul 17 '05 #8

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

Similar topics

30
2574
by: Sean R. Lynch | last post by:
I've been playing around with Zope's RestrictedPython, and I think I'm on the way to making the modifications necessary to create a capabilities-based restricted execution system. The idea is to strip out any part of RestrictedPython that's not necessary for doing capabilities and do all security using just capabilities. The basic idea behind capabilities is that you don't give any piece of code you don't trust a reference to something...
6
4455
by: Nathan Sokalski | last post by:
I want to set up SQL Server on Windows XP Pro so that I can use the database capabilities of ASP and IIS. I am probably using some incorrect settings, but I am not sure what they are. Here is what I am currently doing: When I run sqlservr.exe I see the following: 2003-12-19 15:51:28.20 server Microsoft SQL Server 2000 - 8.00.760 (Intel X8 6)
2
2097
by: Steve Franks | last post by:
In ASP.NET 2.0 you can now apparently do this: <asp:label runat="server" text="some browser" IE:text="any IE browser" IE5:text="the IE 5 browser" PIE:text="the Pocket PC browser" /> Now the tokens "IE5" and "PIE" are coming from the updated browser capabilities component. I'd like to do the same thing, but create my own tokens that have nothing to do with the browser capabilities component because I love the convenience this offers.
8
2753
by: Woody Splawn | last post by:
I am asking this question here because I asked this question in the Reporting Services Newsgroup and did not get an answer. Does anyone know if Reporting Services is intended to work in a client/Server or Local machine environment? Based on what I have seen my guess is yes but that is a guess. In some materal it talks about it running on a web server but my supposition is that this does not necessarily mean that it would not make for a...
6
1284
by: EP | last post by:
I need to build a fairly simple application that will reside on remote storage, not on a server, and I am looking for any best practices and approaches that have worked for others. I believe py2exe may be part of the solution. Here's what I need to build: -- A database application on a network drive -- A variety of users will access the database application at various times -- All computing is done on the client machines (Windows...
14
3039
by: Developer | last post by:
Hello All, i have recently installed VS2005 and was trying to install SQL sever 2000. I have Win XP' SP2. But when I tried installing, it only installed client tools and not the database. Can anyone please help me with this as I want to install SQL server and also wouold be grateful, if you can suggest me any workaround to dealwith this problem.(Like should I install any new OS etc). Any help would be appreciated.
5
2943
by: Ted | last post by:
I am working on two versions of an application, one of which will be a windows forms application (which will need to be redistributable) and the other will be a web application. I have MS Visual Studio 2005 (along with the developer's edition of MS SQL Server), but not MS Access. I also have MySQL, PostgreSQL, Sun's application server, Tomcat and Apache web server. I am working on Windows XP Pro, and have installed the .NET 3 SDK and...
1
2555
by: Michael | last post by:
Hello, I am trying to develop a database solution for an organisation in Indonesia. This organization has a number of offices and users throughout the country. They all need to maintain their own data, but I also need to create a central database, to store all of the data, and share data between the individual users. The problem is that the internet connections are not reliable, so a online solution isn't possible. I am planning to...
1
15104
by: TJ | last post by:
I created a windows service using VS2005. I created/adjusted the install class using the designer controls. I set the user to be 'local system'. I installed the service using the VS2005 cmd console (installutil.exe). The service shows up fine in my services snap-in. I can start and stop it just fine and it works great when I start it. I can open a command window and type: net start "My Service" and net stop "My Service" and it works...
0
9568
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9398
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10160
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10007
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9951
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9832
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7378
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5275
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3924
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.